EventEntityType class
Bases: _ReprEnum
Enum representing an entity type.
EventEntityType is used as an attribute of the Event object to describe
an entity that was changed.
The possible operations are:
CYCLE: Event related to a cycle entity.SCENARIO: Event related to a scenario entity.SEQUENCE: Event related to a sequence entity.TASK: Event related to a task entity.DATA_NODE: Event related to a data node entity.JOB: Event related to a job entity.SUBMISSION: Event related to a submission entity.