Skip to main content
Version: Streamsheets 2.5

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

FormulaResultComment
=GETCYCLETIME()
1000The App is calculating every second.