Click or drag to resize

WorkStageCompleted Class

Sent by a process endpoint to indicate that a stage has been completed.
{
  "TransactionID": "2c24590d-39c5-4039-96a5-91900cecedfa",
  "Stage": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  },
  "Result": "Completed",
  "PerformanceImpacts": [
    {
      "Cause": "LowFeederSpeed"
    },
    {
      "Cause": "AlternativeTrackUsed"
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionWorkStageCompleted

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

The WorkStageCompleted type exposes the following members.

Constructors
 NameDescription
Public methodWorkStageCompleted 
Top
Properties
 NameDescription
Public propertyPerformanceImpacts

** NOTE: ADDED in CFX 1.6 **

The total amount of productive time (in ms) that is expected to process one unit or group of units (as in the case of a carrier or panelized PCB), assuming no blocked or starved conditions at the station. This does not include any non-productive time, such as transfer, positioning, etc.
Public propertyResult An enumeration indicating the overall result of the Work transaction
Public propertyStage The stage name or number
Public propertyTransactionID Related Transaction ID specified previously by WorkStarted Message
Top
See Also