API System.TimerStop
From Flowcode Help
Jump to navigationJump to search| TimerStop | |
| Kills any timers with the given ident for this component | |
| Ident | |
| The user-defined value passed to a call to TimerStart | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::System.TimerStop(ident)
No additional examples