Skip to content

dag-core / Exports / ITaskExecutionSuccess

Interface: ITaskExecutionSuccess

Successful task execution outcome with output payload and optional costs.

Table of contents

Properties

Properties

ok

ok: true

Defined in

interfaces/ports.ts:127


output

output: TPortPayload

Defined in

interfaces/ports.ts:128


estimatedCredits

Optional estimatedCredits: number

Defined in

interfaces/ports.ts:129


totalCredits

Optional totalCredits: number

Defined in

interfaces/ports.ts:130

Released under the MIT License.