StationStateChanged Class |
[This is preliminary documentation and is subject to change.]
Example 1 (State change with no related fault):
{ "OldState": "IdleStarved", "OldStateDuration": "00:01:25", "NewState": "ReadyProcessingActive", "RelatedFault": null }
Example 2 (State change with related fault):
{ "OldState": "ReadyProcessingExecuting", "OldStateDuration": "00:00:25", "NewState": "UnplannedDowntime", "RelatedFault": { "Cause": "MechanicalFailure", "Severity": "Error", "FaultCode": "ERROR 3943480", "FaultOccurrenceId": "84c6021f-9db9-431b-aa0b-567b961ac96f", "Lane": null, "Stage": null } }
Namespace: CFX.ResourcePerformance
The StationStateChanged type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewState |
The new state
|
![]() | OldState |
The previous state prior to this state change
|
![]() | OldStateDuration |
The amount of time spent in the previous state
|
![]() | RelatedFault |
In the case of a stoppage, information about the Fault which caused the stoppage.
Otherwise null.
|