CtpSystemResetMode

  • Base type Enumeration

This textual convention identifies the system reset mode. noRestart (1) -- No operation. restartPending (2) -- Restart a system without shutting down when there is no active call; otherwise, system will be restarted after the call is terminated. resetPending (3) -- Shut down a system and bring it back up if there is no active call; otherwise, system will be reset after the call is terminated. forceReset (4) -- Shut down a system and bring it back up no matter if there is an active call or not.

Possible values

4 objects
Number Name
1 noRestart
2 restartPending
3 resetPending
4 forceReset