class documentation

class ProcessState(ACMEIntEnum):

View In Hierarchy

ProcessManager Process States.

Class Variable Aborted Aborted.
Class Variable Activated Activated.
Class Variable Completed Completed.
Class Variable Disabled Disabled.
Class Variable Enabled Enabled.
Class Variable Paused Paused.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
Aborted: int =

Aborted.

Activated: int =

Activated.

Completed: int =

Completed.

Disabled: int =

Disabled.

Enabled: int =

Enabled.

Paused: int =

Paused.