RunResult interface
Run result
Properties
| completed |
The time the run completed. |
| created |
The timestamp when the resource was created |
| created |
The user that started the tool run. |
| debug |
Debugging information. |
| output |
Output data URIs. |
| runtime |
Human-readable details about the run status. |
| status | Status of the run. |
| tool |
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
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> }