Navigation :
runId
runId, function
def pure runId(): number
Returns the run identifier of the current run.
Examples
show scalar "Run ID" with runId()
Output: one scalar tile containing the run identifier of the current run.
runId() cannot be called from modules or
user-defined functions, and it is not available
on try.lokad.com.
See also
- scriptId for the script identifier of the current run.
- currentDashUrl for a URL to the dashboard produced by the current run.