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