Versions Compared

Key

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

...

Code Block
suite x
 family f
    task t
      meter foo 0 100 100


foo is the "name" of the meter and the three numbers are minimum, maximum, and threshold values for the meter. The default value is the minimum value (the value show when the suite begins). After the command "begin" it looks like:

In the ecFlow job file you can then modify your task to change the meter while the job is running, e.g. like:

...