Click or drag to resize

JobUtilCancel Method

Cancels all jobs or a specific job.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void Cancel(
	int jobID
)

Parameters

jobID
Type: SystemInt32
The ID of the job to cancel.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
ZebraCardExceptionIf a printer error occurs.
See Also