E_SoE_CmdControl

The E_SoECmdControl can be used to abort, set or start a command.

 

TYPE E_SoE_CmdControl :(
    eSoE_CmdControl_Cancel       := 0,
    eSoE_CmdControl_Set          := 1,
    eSoE_CmdControl_SetAndEnable := 3
    );
END_TYPE

 

eSoE_CmdControl_Cancel : abort a command
eSoE_CmdControl_Set : set a command
eSoE_CmdControl_SetAndEnable : set and execute a command