GETCYCLETIME
Returns the current cycle time. The Cycle Time is an overall setting in an App that applies to each Streamsheet within the App. It generally defines how long the system pauses between calculation cycles (in ms).
Syntax
=GETCYCLETIME()
Arguments
None
Return
Current cycle time in milliseconds.
Examples
Formula | Result | Comment |
---|---|---|
| 1000 | The App is calculating every second. |