Expand description
Defines all public event types broadcast by the Hyperclock engine.
This module acts as the public API for the engine’s event system. Listeners subscribe to these specific, strongly-typed events to perform their work.
Structs§
- Conditional
Event - Fired when a registered condition is met.
- Phase
Event - The primary event that drives the engine’s internal cycle.
- User
Event - A generic container for custom, application-defined events.
- Workday
Milestone - A named workday milestone for
GongEvents.
Enums§
- Automation
Event - Events related to the
LifecycleLoopautomation component. - Gong
Event - High-level, human-meaningful calendar and time-of-day events.
- System
Event - Events related to the lifecycle and state of the engine itself.
- Task
Event - Events related to the lifecycle of scheduled, repeating tasks.
- Time
OfDay - A named time of day for
GongEvents.