[det]alarm(+Time,
:Callable, -Id)Options is a list of Name(Value) options. Currently defined options are:
- remove(Bool)
- If
true(defaultfalse), remove the alarm-event (as remove_alarm/1) after it has been fired. - install(Bool)
- If
false(defaulttrue) do not install the alarm. It must be installed separately using install_alarm/1.