Click or drag to resize

WorkResult Enumeration

The result of an operation where work was performed on a production unit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum WorkResult
Members
Member nameValueDescription
Completed0 The work was completed successfully
Failed1 The work was completed, but with an undesireable result
Aborted2 Work was not completed
Skipped3

** NOTE: ADDED in CFX 1.4 **

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