Options is a list of Name(Value) options. Currently defined options are:
true
(default false
), remove the alarm-event (as
remove_alarm/1) after it has been fired.false
(default true
) do not install the alarm.
It must be installed separately using install_alarm/1.install(false)
option or de-activated using uninstall_alarm/1. With a given
RelTime, the alarm is scheduled at the RelTime from now.
Otherwise it is scheduled on the same (absolute) time on which
is was created.done
if the alarm has
been fired, next
if the event is the next to be executed and
scheduled
otherwise.time_limit_exceeded
is
raised. Goal is called as in once/1.
The following predicates are exported, but not or incorrectly documented.