E_SoE_CmdState
The enumeration E_SoE_CmdState describes the state of an SoE command.
TYPE E_SoE_CmdState :(
eSoE_CmdState_NotSet := 0,
eSoE_CmdState_Set := 1,
eSoE_CmdState_Executed := 2,
eSoE_CmdState_SetEnabledExecuted := 3,
eSoE_CmdState_SetAndInterrupted := 5,
eSoE_CmdState_SetEnabledNotExecuted := 7,
eSoE_CmdState_Error := 15
);
END_TYPE
Name | Description |
---|---|
eSoE_CmdState_NotSet = 0 | No command active |
eSoE_CmdState_Set = 1 | Command set (prepared) but not (yet) executed |
eSoE_CmdState_Executed = 2 | Command has been executed. |
eSoE_CmdState_SetEnabledExecuted = 3 | Command set (prepared) and executed. |
eSoE_CmdState_SetAndInterrupted = 5 | Command has been set but interrupted. |
eSoE_CmdState_SetEnabledNotExecuted = 7 | Command execution is still active. |
eSoE_CmdState_Error = 15 | Error during command execution. The system has switched to the error state has been changed. |