Click or drag to resize

JobStatusInfo Class

Class for retrieving job status information for a specified job ID.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersJobStatusInfo

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class JobStatusInfo

The JobStatusInfo type exposes the following members.

Constructors
  NameDescription
Public methodJobStatusInfo
Initializes a new instance of the JobStatusInfo class
Top
Properties
  NameDescription
Public propertyAlarmInfo
Current printer alarm information.
Public propertyCardPosition
Current card position.
Public propertyContactlessSmartCardStatus
Contactless encoding job status.
Public propertyContactSmartCardStatus
Contact encoding job status.
Public propertyCopiesCompleted
Number of copies completed.
Public propertyCopiesRequested
Number of copies requested.
Public propertyErrorInfo
Current printer error information.
Public propertyMagneticEncodingStatus
Magnetic encoding job status.
Public propertyPrintStatus
Status of job.
Public propertyReadyForNextJob
Indicates whether the printer is ready to accept another job.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also