Go to the source code of this file.
Enumerations | |
enum | SlowJobResult { SLOWJOB_SUCCESS, SLOWJOB_FAILURE, SLOWJOB_USERABORT } |
|
Comment: This enum is used to indicate the outcome of a 'slow job'. It is used by the printing and EPS export code. It has the following values: SLOWJOB_SUCCESS: Job finished successfully SLOWJOB_FAILURE: An error occured during the job. SLOWJOB_USERABORT: The user aborted the job.
Definition at line 118 of file slowjob.h. 00119 { 00120 SLOWJOB_SUCCESS, 00121 SLOWJOB_FAILURE, 00122 SLOWJOB_USERABORT 00123 };
|