Enum ESimOneCaseControl_State
-
Defined in File SimOneIOStruct.h
Enum Documentation
-
enum
ESimOneCaseControl_State
-
Values:
-
enumerator
ESimOneCaseControl_State_None
-
无状态,默认值。
-
No state, default value.
-
-
enumerator
ESimOneCaseControl_State_Play
-
播放状态,表示当前案例正在运行。
-
Play state, indicating that the case is currently running.
-
-
enumerator
ESimOneCaseControl_State_Pause
-
暂停状态,表示当前案例已暂停。
-
Pause state, indicating that the case is currently paused.
-
-
enumerator
ESimOneCaseControl_State_Stop
-
停止状态,表示当前案例已停止。
-
Stop state, indicating that the case has been stopped.
-
-
enumerator
ESimOneCaseControl_State_SkipAndPause
-
跳过并暂停,表示跳过当前的操作或步骤并暂停案例。
-
Skip and pause, indicating that the current operation or step is skipped, and the case is paused.
-
-
enumerator
ESimOneCaseControl_State_SkipAndPlay
-
跳过并播放,表示跳过当前的操作或步骤并继续运行案例。
-
Skip and play, indicating that the current operation or step is skipped, and the case continues running.
-
-
enumerator
ESimOneCaseControl_State_None