Osiris/API/TimerCancel: Difference between revisions
Jump to navigation
Jump to search
(Documented TimerCancel) |
(No difference)
|
Latest revision as of 16:20, 19 December 2017
Full Definition(s)
- call TimerCancel((STRING)_Timer)
Description
Aborts the ongoing timer with the event name _Timer, if any.
Notes
- If no timer with the specified event name exists, this call will not do anything.
- When a timer is cancelled, the corresponding TimerFinished event will not be thrown.