Click or drag to resize

WorkStageStarted Class

Sent by a process endpoint when the work-stage for a unit or group of units starts
{
  "TransactionID": "2c24590d-39c5-4039-96a5-91900cecedfa",
  "Stage": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionWorkStageStarted

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class WorkStageStarted : CFXMessage

The WorkStageStarted type exposes the following members.

Constructors
 NameDescription
Public methodWorkStageStarted 
Top
Properties
 NameDescription
Public propertyStage The stage name or number
Public propertyTransactionID Related Transaction ID specified previously by WorkStarted Message
Top
See Also