Expand description
Timer implementations
Timers are created using the Timer struct.
There are two types of timers:
- The
TimerType::Warningtimer that emits a warning to the user’s configuredFromemail address upon expiration. - The
TimerType::DeadMantimer that will trigger the message and optional attachment to the user’s configuredToemail address upon expiration.
Structs§
- Timer
- The timer struct.
Enums§
- Timer
Type - The timer enum.