Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Whether an Action or Condition is set to only Run On Reference or on its own at one or multiple specific Run Time moments (Runtypes).
  2. Whether an Action is being depended on.
  3. If an Action depends on other Actions or Conditions, any thereby referenced Actions and Conditions are executed before executing the respective parent Action -
    In case the execution of any referenced Action or Condition fails, a dependent Action is not executed any further.
  4. Runtype selection overrides referencing, which overrides priority which in turn overrides title.

    For when an Action will be executed is at first determined by its Runtype, e.g. Before Login, After Login or At Shutdown.
    Within each Runtype, referencing other Actions brings the execution of such referenced Actions forward (if they have not been executed already).

    Note

    NOTE: Referencing an Action can only bring it forward within the same Runtype, but NOT from a later Runtype.
    If an Action was already executed at an earlier Runtype, the result can be re-used in any later Runtype(s).


    The Priority of each Action then defines which Actions come before others - Actions with lower priority values are executed first..
    Actions with the same Runtype and priority are executed by alphabetical order of their respective title - an Action with Title "Alpha" will be executed before an Action with title "Zebra".

...