Click or drag to resize

StageStateChanged Class

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

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": "STAGE2",
  "Lane": null,
  "OldState": "IdleStarved",
  "OldStateDuration": "00:01:25",
  "NewState": "ReadyProcessingActive",
  "RelatedFault": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceStageStateChanged

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

The StageStateChanged type exposes the following members.

Properties
  NameDescription
Public propertyLane
The relevant production lane (if applicable)
Public propertyNewState
The new state
Public propertyOldState
The previous state prior to this state change
Public propertyOldStateDuration
The amount of time spent in the previous state
Public propertyRelatedFault
In the case of a stoppage, information about the Fault which caused the stoppage. Otherwise null.
Public propertyStage
The name of the stage that has changed state
Top
See Also