RuntimeScriptActionDetail interface
The execution details of a script action.
- Extends
Properties
debug |
The script action execution debug information. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The end time of script action execution. NOTE: This property will not be serialized. It can only be populated by the server. |
execution |
The summary of script action execution result. NOTE: This property will not be serialized. It can only be populated by the server. |
operation | The reason why the script action was executed. NOTE: This property will not be serialized. It can only be populated by the server. |
script |
The execution id of the script action. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time of script action execution. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The current execution status of the script action. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
application |
The application name of the script action, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the script action. |
parameters | The parameters for the script |
roles | The list of roles where script will be executed. |
uri | The URI to the script. |
Property Details
debugInformation
The script action execution debug information. NOTE: This property will not be serialized. It can only be populated by the server.
debugInformation?: string
Property Value
string
endTime
The end time of script action execution. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: string
Property Value
string
executionSummary
The summary of script action execution result. NOTE: This property will not be serialized. It can only be populated by the server.
executionSummary?: ScriptActionExecutionSummary[]
Property Value
operation
The reason why the script action was executed. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
scriptExecutionId
The execution id of the script action. NOTE: This property will not be serialized. It can only be populated by the server.
scriptExecutionId?: number
Property Value
number
startTime
The start time of script action execution. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: string
Property Value
string
status
The current execution status of the script action. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Inherited Property Details
applicationName
The application name of the script action, if any. NOTE: This property will not be serialized. It can only be populated by the server.
applicationName?: string
Property Value
string
Inherited From RuntimeScriptAction.applicationName
name
The name of the script action.
name: string
Property Value
string
Inherited From RuntimeScriptAction.name
parameters
The parameters for the script
parameters?: string
Property Value
string
Inherited From RuntimeScriptAction.parameters
roles
The list of roles where script will be executed.
roles: string[]
Property Value
string[]
Inherited From RuntimeScriptAction.roles