Enumerations StopMode - ThorstenBrach/SRCI GitHub Wiki
Enum-Item | Value | Description |
---|---|---|
STOP_JOB_ID |
0 |
Stop via JobID (default). TargetID is interpreted as JobID. All instances of the defined JobID are stopped. |
STOP_INSTANCE_ID |
1 |
Stop via InstanceID. TargetID is interpreted as InstanceID. The instance of the defined InstanceID is stopped. |
STOP_ALL_SUBPROGRAMS |
2 |
Stop all subprograms. All subprograms independent of the input parameter value of TargetID are stopped. |