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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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