Appearance
Show Running Scripts
Shows the running scripts.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Find | string | Value to search for in script, language, user, started, custom ID and run ID. | no | ||
| MaxRecords | integer | Maximum number of records to be returned. The default value is 500000. | no | 500000 |
Result
| Name | Type | Description |
|---|---|---|
| Script | string | Name of the script. |
| Language | string | Language of the script: Basic or Pascal. |
| User | string | Name of the user who started the script. |
| Started | string | Datetime when the script was started. |
| CustomID | string | Custom text to identify the running script with the 'Show Running Scripts' command. |
| RunID | string | Unique 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]