Run once
Runs its child elements once per session or per installation.
When to use?
When we want to run a block of code only once per device (children container) or when we want to run a block of code (else container) every time we start the service.
How to use:
- Select the RUN ONCE PER from the drop-down
- Run once per installation is for the duration of the whole installation and has the longest life span
- Run once per session is for the duration of the session
- Add other elements to children or else container