Click or drag to resize

JobUtilZmotifAbort Method

Aborts a print job.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void Abort(
	bool reject
)

Parameters

reject
Type: SystemBoolean
True = abort the job and send the card to the reject bin. False = abort the job and hold the card in the printer's home position.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
ZebraCardExceptionIf a printer error occurs.
See Also