class documentation

class ACMETuiQuitReason(IntEnum):

View In Hierarchy

Enumeration of reasons to quit the TUI.

Class Variable quitAll Quit the TUI and the ACME.
Class Variable quitTUI Quit the TUI only.
Class Variable restart Restart the TUI.
Class Variable undefined Quit reason is undefined.
quitAll =

Quit the TUI and the ACME.

quitTUI =

Quit the TUI only.

restart =

Restart the TUI.

undefined =

Quit reason is undefined.