#include <icy/sched/trigger.h>Inherits:
Trigger
Trigger that fires exactly once at the scheduled time and then expires.
| Return | Name | Description |
|---|---|---|
OnceOnlyTrigger | Constructs the trigger with type "OnceOnlyTrigger". | |
void | update virtual inline | No-op; scheduleAt is set once at construction and never advanced. |
bool | expired virtual | Returns true after the task has run at least once. |
OnceOnlyTrigger()Constructs the trigger with type "OnceOnlyTrigger".
virtual inline
virtual inline void update()No-op; scheduleAt is set once at construction and never advanced.
virtual
virtual bool expired()Returns true after the task has run at least once.