Aspose::TeX::Interaction enum

Interaction enum

Represents increasing amounts of user interaction.

enum class Interaction

Values

NameValueDescription
BatchMode0Omits all stops and omits terminal output.
NonstopMode1Omits all stops.
ScrollMode2Omits error stops.
ErrorStopMode3Stops at every opportunity to interact.
FormatDefined4Preserves the interaction mode defined by a TeX format.

See Also