TeXJobResult enumeration

TeXJobResult enumeration

Lists possible results of a TeX job.

The TeXJobResult type exposes the following members:

Fields

FieldDescription
SPOTLESSNo errors occurred and no diagnostic messages were issued.
WARNING_ISSUEDNo errors occurred but some diagnostic messages were issued.
ERROR_MESSAGE_ISSUEDOne or more errors occurred.
FATAL_ERROR_STOPA fatal error occurred. Termination was premature.

See Also