ScriptReference interface
Script reference
Properties
script |
Optional command line arguments passed to the script to run. |
script |
The location of scripts in the mounted volume. |
script |
The storage source of the script: workspace. |
timeout | Optional time period passed to timeout command. |
Property Details
scriptArguments
Optional command line arguments passed to the script to run.
scriptArguments?: string
Property Value
string
scriptData
The location of scripts in the mounted volume.
scriptData?: string
Property Value
string
scriptSource
The storage source of the script: workspace.
scriptSource?: string
Property Value
string
timeout
Optional time period passed to timeout command.
timeout?: string
Property Value
string