Versions Compared

Key

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

(wip)

Table of Contents

...

condDelay- Add delay to condition after a transition from false to true before evaluating to true. Units to use are: sec, min, hr

email - Send an email using the configured SMTP connector. More details about this block here.
setDelay - Variable set with a delay. It only delays if there is a change of value on the set block. Setting same value will not make it delay. Recommend to use wait block instead for static set value.
setExternal - Variable set from an external program
wait - Pause the routine for a specific amount of time. Units to use are: sec, min, hr, and day?

...

return - Return exits the routine and returns given expression value
staging - Compute number of stages which should be one. Delays are in seconds.
tag - Name/value pair added to a `Tags` block
tags - Builds a dict of name/value tag pairs
delayedOutput  - DelayedOutput - duration is in seconds.
dictGet - Bundles variables in a dict
jobRun - Checks if a value is an instance of a given type
varCapture - Capture current variables as a dict

...