Documentation

#RESUME

RESUME

Syntax: #RESU id

Resumes timing of a previously suspended alarm or wait trigger. Pattern can be used as id. If id is omitted it will attempt to resume last trigger suspended.

In v2.0 or later, the id can also be the name or numeric ID of a thread to suspend.

Examples:

#ALARM {+4} {#RESUME ex}
#ALARM "ex" {+5} {#ECHO 5 seconds elapsed}
#SUSPEND ex
After 9 seconds the message "5 seconds elapsed" is displayed

Add comment

Login or register to post comments