Click or drag to resize

ProcessingResult Enumeration

The overall result of processing performed on a production unit in the course of production.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum ProcessingResult
Members
Member nameValueDescription
Succeeded0 The processing succeeded
Failed1 The processing failed
Error2 The processing could not be completed because an error occurred.
Aborted3 The processing was aborted by the operator / user.
Skipped4

** NOTE: ADDED in CFX 1.4 **

The test was skipped because of (virtual) bad mark
See Also