RunResult interface

Run result

Properties

completedAt

The time the run completed.

createdAt

The timestamp when the resource was created

createdBy

The user that started the tool run.

debugInfo

Debugging information.

outputData

Output data URIs.

runtimeDetails

Human-readable details about the run status.

status

Status of the run.

toolReport

Details provided by the tool (rather than the platform).

Property Details

completedAt

The time the run completed.

completedAt?: Date

Property Value

Date

createdAt

The timestamp when the resource was created

createdAt?: Date

Property Value

Date

createdBy

The user that started the tool run.

createdBy?: string

Property Value

string

debugInfo

Debugging information.

debugInfo: string

Property Value

string

outputData

Output data URIs.

outputData: OutputDataUri[]

Property Value

runtimeDetails

Human-readable details about the run status.

runtimeDetails: string

Property Value

string

status

Status of the run.

status?: string

Property Value

string

toolReport

Details provided by the tool (rather than the platform).

toolReport?: { logs?: string, percentageComplete: number, statusInformation?: Record<string, any> }

Property Value

{ logs?: string, percentageComplete: number, statusInformation?: Record<string, any> }