E_SoE_CmdControl

The enumeration E_SoECmdControl determines whether the command is to be canceled, set or started.

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

Name

Description

eSoE_CmdControl_Cancel

Cancel command.

eSoE_CmdControl_Set

Set command.

eSoE_CmdControl_SetAndEnable

Set command and execute.