...
Excerpt |
---|
Executes the script with the given arguments. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
script | string | Yes | The script Script to be executed. |
args | string[] | Yes | The arguments Arguments for the script. |
Return type
string[]
The output of the script
...
Note |
---|
|
...