Enum Interaction

Interaction enumeration

Represents increasing amounts of user interaction.

public enum 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