Class Nexus\Mcp\Extension\Tasks\Schema\Result\GetTaskResult

final
readonly
extends Result<array{_meta?: template-type<ResultMetaObject, MetaObject, 'T'>, resultType: non-empty-string, taskId: non-empty-string, status: non-empty-string, createdAt: non-empty-string, lastUpdatedAt: non-empty-string, ttlMs: (null|int), statusMessage?: non-empty-string, pollIntervalMs?: int, result?: array<array-key, mixed>, error?: array<array-key, mixed>, inputRequests?: array<int|non-empty-string, array<string, mixed>>}>
implements ServerResult

The current state of a task, one envelope shape discriminated by status.

Methods
Properties
Properties inherited from Nexus\Mcp\Core\Schema\Result
$meta