Click or drag to resize

WorkResult Enumeration

[This is preliminary documentation and is subject to change.]

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

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
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
See Also