Skip to content

Taskora API Reference / test / ExecutionResult

Interface: ExecutionResult<TOutput>

Defined in: packages/taskora/dist/test/index.d.mts:9

Type Parameters

Type Parameter
TOutput

Properties

PropertyTypeDefined in
attemptsnumberpackages/taskora/dist/test/index.d.mts:12
errorstringpackages/taskora/dist/test/index.d.mts:15
handleResultHandle<TOutput>packages/taskora/dist/test/index.d.mts:16
logsLogEntry[]packages/taskora/dist/test/index.d.mts:13
progressnumber | Record<string, unknown>packages/taskora/dist/test/index.d.mts:14
resultTOutputpackages/taskora/dist/test/index.d.mts:10
stateJobStatepackages/taskora/dist/test/index.d.mts:11

Released under the MIT License.