Module events

Module events 

Source
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§

ConditionalEvent
Fired when a registered condition is met.
PhaseEvent
The primary event that drives the engine’s internal cycle.
UserEvent
A generic container for custom, application-defined events.
WorkdayMilestone
A named workday milestone for GongEvents.

Enums§

AutomationEvent
Events related to the LifecycleLoop automation component.
GongEvent
High-level, human-meaningful calendar and time-of-day events.
SystemEvent
Events related to the lifecycle and state of the engine itself.
TaskEvent
Events related to the lifecycle of scheduled, repeating tasks.
TimeOfDay
A named time of day for GongEvents.