Public Member Functions

 JobStatus (int value)
 
int value ()
 

Static Public Member Functions

 [static initializer]
 
static JobStatus valueOf (int _value)
 

Public Attributes

 QUEUING =(0)
 The job is queued.
 
 PRINTING =(1)
 The job is being printed.
 
 PRINTED_OK =(2)
 The job has been printed ok.
 
 ERROR_BEFORE_PRINTING =(3)
 There was an error before printing the image.
 
 ERROR_WHILE_PRINTING =(4)
 There was an error while printing the image.
 
 ERROR_AFTER_PRINTING =(5)
 There was an error after printing the image.
 

Constructor & Destructor Documentation

JobStatus ( int  value)

Constructor

Parameters
valuevalue

Member Function Documentation

int value ( )
Returns
value