Taskora API Reference / test / ExecutionResult
Interface: ExecutionResult<TOutput>
Defined in: packages/taskora/dist/test/index.d.mts:9
Type Parameters
| Type Parameter |
|---|
TOutput |
Properties
| Property | Type | Defined in |
|---|---|---|
attempts | number | packages/taskora/dist/test/index.d.mts:12 |
error | string | packages/taskora/dist/test/index.d.mts:15 |
handle | ResultHandle<TOutput> | packages/taskora/dist/test/index.d.mts:16 |
logs | LogEntry[] | packages/taskora/dist/test/index.d.mts:13 |
progress | number | Record<string, unknown> | packages/taskora/dist/test/index.d.mts:14 |
result | TOutput | packages/taskora/dist/test/index.d.mts:10 |
state | JobState | packages/taskora/dist/test/index.d.mts:11 |