Sent by a process endpoint when the production state of one of its
stages transitions from one state to another per its state model.
{
"Stage": {
"StageSequence": 2,
"StageName": "STAGE2",
"StageType": "Work"
},
"Lane": null,
"OldState": 2200,
"OldStateDuration": "00:01:25",
"NewState": 1100,
"RelatedFault": null
}
Inheritance Hierarchy Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class StageStateChanged : CFXMessage
Public Class StageStateChanged
Inherits CFXMessage
The StageStateChanged type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Lane |
The relevant production lane (if applicable)
|
 | NewE58State |
Exposes vendor specific new state code (like 3312, for example), as its equivalent
Semi E58 enumerated value.
READ-ONLY HELPER PROPERTY, NOT A DATA PROPERTY. WILL NOT APPEAR IN JSON DATA.
|
 | NewState |
The new state
|
 | OldE58State |
Exposes vendor specific old state code (like 3312, for example) as its equivalent
Semi E58 enumerated value.
READ-ONLY HELPER PROPERTY, NOT A DATA PROPERTY. WILL NOT APPEAR IN JSON DATA.
|
 | OldState |
The previous state prior to this state change
|
 | OldStateDuration |
The amount of time spent in the previous state. Note: There may be certain circumstances
where it is impossible to provide this duration (as in the case of an unexpected power faillure or other extreme events).
In this case it is acceptable to report a duration of "null", which will be interpreted as "unknown" by the receiver
of this event.
|
 | RelatedFault |
In the case of a stoppage, information about the Fault which caused the stoppage.
Otherwise null.
|
 | Stage |
The name of the stage that has changed state
|
Top
See Also