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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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