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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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