Parameter | Description |
timer id | A string to identify this timer from others in used in this block (an empty string is valid). |
time | The number of seconds to wait. |
repeat | true if the timer should repeat, false if a single-shot. |
Operation | Description |
start | Starts the specified timer id. |
cancel | Cancels the specified timer id. |
retrieve | Retrieve the details of the specified timer id by setting the output feed accordingly. |
reset | Resets the output feed. Useful for repeating timers to set the output feed’s time up field to false. |
Feed | Fields | Description |
timer | timer id | The id of the timer, as supplied by the timer id parameter. |
time | The time to wait in seconds. | |
repeat | true if the timer repeats. | |
time up | true if time is up, false otherwise (i.e. on retrieval). | |
book | num timers | The total number of timers known to this block. |