schemaRefreshTime
Returns the last refresh start time if the system is running.
Example
schemaRefreshTime("SALES")
Syntax
schemaRefreshTime(schemaName)
Parameters
- schemaName :
string
Returns
timestamp
Description
schemaRefreshTime
takes a schema name and returns the last refresh start time if the system is running. If the system is rebooted, the last load start time gets returned (until the next refresh). If the schema is not part of a dashboard, it will not be accurate and will show the date/time the dashboard first ran and the function had been called.