slowjob.h File Reference

(r1785/r751)

Go to the source code of this file.

Enumerations

enum  SlowJobResult { SLOWJOB_SUCCESS, SLOWJOB_FAILURE, SLOWJOB_USERABORT }


Enumeration Type Documentation

enum SlowJobResult
 

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.

See also:
RenderViewResult
Enumerator:
SLOWJOB_SUCCESS 
SLOWJOB_FAILURE 
SLOWJOB_USERABORT 

Definition at line 118 of file slowjob.h.

00119 { 
00120     SLOWJOB_SUCCESS, 
00121     SLOWJOB_FAILURE, 
00122     SLOWJOB_USERABORT 
00123 };


Generated on Sat Nov 10 03:49:21 2007 for Camelot by  doxygen 1.4.4