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