API System.TimerStart

From Flowcode Help
Revision as of 11:42, 16 January 2023 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Fc9-comp-macro.png TimerStart
Calls the Component.Timer event with Ident as an argument after Millisecs time 
Fc9-u32-icon.png - ULONG Ident
A user-defined value to pass to the timer event for identification 
Fc9-u32-icon.png - ULONG Millisecs
The minimum number of milliseconds to wait until the timer is fired 
Fc9-void-icon.png - NONE Return


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::System.TimerStart(ident, millisecs)

No additional examples