9 Management of Jobs with job groups and jobs

9.2 JobGroupType

9.2.21 InterruptJobById

With this method the client requests to interrupt the production of a specific job.
Signature
InterruptJobById (
[in] String Id);
Table 23 – InterruptJobById Method Arguments
F | Description |
---|---|
Id | Id of the job that shall be interrupted |
Table 24 – InterruptJobById Method AddressSpace Definition
Attribute | Value | ||||
---|---|---|---|---|---|
BrowseName | InterruptJobById | ||||
References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
HasProperty | Variable | InputArguments | Argument[] | PropertyType | Mandatory |
To continue the production of the job, StartJobById is called.