Jump to content

Event Simulation.Start

From Flowcode Help
Revision as of 14:39, 7 August 2026 by Wiki bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Start
Broadcast to all components that simulation is starting 
- 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