Online/offline switching switch. Some control status transitions are not allowed. For this reason, ControlStateSwitch is used of online/offline switching. Refer to Control Status Model regarding allowed status transitions.
true | Transition from offline to online |
false | Transition from online to offline |
When a status is actually transitioned a ControlStateChanged Event is generated.
Syntax
|
ControlStateSwitch As Boolean
|
|
void SetControlStateSwitch(BOOL bNewValue);
|
Return Value
Example
Remarks
Write-only property
See Also
ControlState Property
ControlStateChanged Event
|