RuntimeScriptActionDetail interface

The execution details of a script action.

Extends

Properties

debugInformation

The script action execution debug information. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

The end time of script action execution. NOTE: This property will not be serialized. It can only be populated by the server.

executionSummary

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.

scriptExecutionId

The execution id of the script action. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

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

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.

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

uri

The URI to the script.

uri: string

Property Value

string

Inherited From RuntimeScriptAction.uri