- Overview
- DispatchTaskResult
DispatchTaskResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: dispatch_mesh_task.py, dispatch_task.py.
from picogrid_ecn_client.workflows import DispatchTaskResultStructured result returned by public task dispatch.
DispatchTaskResult(*, result: TaskResult[BaseModel] | TaskAcknowledgement | DispatchReceipt)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| result | TaskResult[BaseModel] | TaskAcknowledgement | DispatchReceipt | yes | — | — | Public dispatch receipt or completed task result. |
Version 0.2.0 · branch main
