8.2.21 InterruptJobById

With this method the client requests to interrupt the production of a specific job.

Signature

	InterruptJobById (
		[in]	0:String	Id);
Table 23 – InterruptJobById Method Arguments
Argument Description
IdId of the job that shall be interrupted
Table 24 – InterruptJobById Method AddressSpace Definition
Attribute Value
BrowseNameInterruptJobById
References Node Class BrowseName DataType TypeDefinition Modelling Rule
0:HasPropertyVariable0:InputArguments0:Argument[]0:PropertyType0:Mandatory

To continue the production of the job, StartJobById is called.