Enum NcLifeCycleMode
Defines the lifecycle mode of NC commands.
public enum NcLifeCycleMode
- Extension Methods
Fields
Modal = 1
Command remains active until superseded by another command in the same group.
OneShot = 2
Command is active only for the block in which it is specified.
Undefined = 0
Undefined lifecycle mode.