Shell states.
Used mainly for debugging purposes.
Enumerator |
---|
FNET_SHELL_STATE_DISABLED | The Shell service is not initialized.
|
FNET_SHELL_STATE_INIT | The Shell service is not initialized.
|
FNET_SHELL_STATE_GET_USER_INPUT | The Shell service is accepting user commnads.
|
FNET_SHELL_STATE_EXEC_CMD | The Shell service is executing user commnads.
|
FNET_SHELL_STATE_BLOCKED | The Shell service is blocked and ignores user commnads.
|
FNET_SHELL_STATE_END_CMD | The Shell service finished command execution.
|