Event Simulation.Start

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png Start
Broadcast to all components that simulation is starting 
Fc9-void-icon.png - NONE Return


Details on using Event Macros can be found here: Event Macros


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