ChangeSleepStateResponse Class |
** NOTE: ADDED in CFX 1.3 **
Response to an external source to modify a generic configuration parameter of a process endpoint.
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": "OK"
},
"OldSleepState": "Hibernate",
"NewSleepState": "Awake",
"Stage": {
"StageSequence": 2,
"StageName": "Stage 1",
"StageType": "Work"
},
"Lane": null,
"TransitionTimeRemaining": "00:00:45"
}
Inheritance Hierarchy Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class ChangeSleepStateResponse : CFXMessage
Public Class ChangeSleepStateResponse
Inherits CFXMessage
The ChangeSleepStateResponse type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Lane |
The relevant production lane (if applicable)
|
 | NewSleepState |
The new sleep state
|
 | OldSleepState |
An enumeration indicating the previous sleep state prior to this state change
|
 | Result |
The result of the request
|
 | Stage |
The stage that has changed sleep state. If omitted then the sleep state for the whole station has been changed.
|
 | TransitionTimeRemaining |
If the new sleep state requires less wake up time than the old, this indicates that the state is in the process of being changed.
Time interval can be nullable (for example if there is no time remaining).
|
Top
See Also