API System.TimerStart

From Flowcode Help
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

Examples

Calling in a calculation

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