Click or drag to resize

WorkCompleted Class

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

Sent by a process endpoint when all work has been completed at a process endpoint.
{
  "TransactionID": "2c24590d-39c5-4039-96a5-91900cecedfa",
  "Result": "Completed"
}
Inheritance Hierarchy

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class WorkCompleted : CFXMessage

The WorkCompleted type exposes the following members.

Properties
  NameDescription
Public propertyResult
Public propertyTransactionID
Related Transaction ID specified previously by WorkStarted Message
Top
See Also