Click or drag to resize

JobUtilGetJobList Method

Returns a list of all the current jobs in the printer's queue.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
List<JobStatus> GetJobList()

Return Value

Type: ListJobStatus
A List containing all the current jobs in the printer's queue.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf an error occurs processing the job list data.
ZebraCardExceptionIf a printer error occurs.
See Also