Index
Interval elapsed()
Return the time spent within an enclosing loop or until
statement.
- Arguments:
- (none)
- Example:
- The following example causes a delay of 5 minutes in the
execution of a schedule. Note that it doesn't have any effect on
the control system.
until $elapsed >= 5m
Martin Shepherd (24-Oct-1999)