class documentation

class EventCategory(ACMEIntEnum):

View In Hierarchy

Event Categories from m2m:stdEventCats

Class Variable BestEffort Best effort event.
Class Variable Immediate Immediate event.
Class Variable Latest Only latest event.

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.
BestEffort: int =

Best effort event.

Immediate: int =

Immediate event.

Latest: int =

Only latest event.