Versions Compared

Key

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

...

Here is an example where task tt does not run if task t meter is more than 120. If task t however completes, but the meter step is less that 120 the standby job will run.

Code Block
family f
   task t
      meter step 0 240 120
   task tt
      complete t:step ge 120
      trigger t==complete
 endfamily