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:

  1. Select the RUN ONCE PER from the drop-down
  2. Run once per installation is for the duration of the whole installation and has the longest life span
  3. Run once per session is for the duration of the session
  4. Add other elements to children or else container