Skip to content

Show Running Scripts

Shows the running scripts.

Permissions

Command KindNeeded User Kind
ReadAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
FindstringValue to search for in script, language, user, started, custom ID and run ID.no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000

Result

NameTypeDescription
ScriptstringName of the script.
LanguagestringLanguage of the script: Basic or Pascal.
UserstringName of the user who started the script.
StartedstringDatetime when the script was started.
CustomIDstringCustom text to identify the running script with the 'Show Running Scripts' command.
RunIDstringUnique ID of the running script. It is needed for the 'Stop Running Script' command.

Code

text
SHOW RUNNING SCRIPTS
FIND=[string]
MAXRECORDS=[integer, default=500000]