| Checks the state of a timer
timer_is_active(+Timer)
timer_is_active/1 checks if a timer is running. If the timer
Timer has been started and it has not elapsed, then the predicate
succeeds; otherwise it fails.
Arguments
Timer timer
This predicate is not part of the ISO-Prolog Standard.
See also
timer_close/1,
timer_create/2,
timer_is_active/1,
timer_start/2,
timer_stop/1.
|