Event Simulation.Start

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 Start
Broadcast to all components that simulation is starting 
Fc9-void-icon.png - NONE Return


Detailed description

Components usually become active when simulation starts, and become idle when simulation stops.

This event is sent to all components to allow them to activate and prepare for simulation every time the user starts simulating.


Examples

No additional examples