Either marks an event as inactive or specifies the units for the event execution time. uint8_t

Enumeration Members

INACTIVE

The event is not scheduled to run.

MINUTE_TIME

The execution time is in 'binary' minutes (65536 approximate milliseconds each).

MS_TIME

The execution time is in approximate milliseconds.

QS_TIME

The execution time is in 'binary' quarter seconds (256 approximate milliseconds each).

ZERO_DELAY

The event is scheduled to run at the earliest opportunity.