sampo.schemas.types#
Overview#
Generic enumeration. |
|
- |
- |
|
- |
|
- |
Classes#
- class sampo.schemas.types.EventType#
Bases:
enum.EnumGeneric enumeration.
Derive from this class to define new enumerations.
- property priority: int#
Returns the processing order for scheduling events
- Return value:
The desired priority
- INITIAL#
- START = 0#
- END = 1#
- class sampo.schemas.types.ScheduleEvent#
- seq_id: int#
- time: sampo.schemas.time.Time#
- swork: ScheduledWork | None#
- available_workers_count: int#
Attributes#
- sampo.schemas.types.ContractorName#
- sampo.schemas.types.WorkerName#
- sampo.schemas.types.AgentId#