Click or drag to resize

JobUtilGetJobStatus Method

Returns the job status for the specified jobId.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
JobStatusInfo GetJobStatus(
	int jobId
)

Parameters

jobId
Type: SystemInt32
ID number of the job.

Return Value

Type: JobStatusInfo
A JobStatusInfo instance containing the requested job status information.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf jobId is invalid or if an error occurs processing the job status data.
ZebraCardExceptionIf a printer error occurs or jobId is invalid.
See Also