Index

Double elapsed()

Return the time spent within an enclosing loop or until statement.

Arguments:
(none)
Return value:
The elapsed time (hours).

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 >= 0:5:0

Martin Shepherd (21-May-2010)