Skip to main content

RunnerTaskCancelResponse

Result of a direct live-runner task cancellation request.

nodeIdNodeid (string)required

Node that accepted the cancellation request.

runnerIdRunnerid (string)required

Runner supervisor that handled the request.

taskIdTaskid (string)required

Task ID the request targeted.

statusStatus (string)required

Cancellation outcome as observed by the local runner supervisor.

Possible values: [cancel_requested, already_cancelled, already_completed]

messageMessage (string)required

Human-readable description of what the node did.

RunnerTaskCancelResponse
{
"nodeId": "string",
"runnerId": "string",
"taskId": "string",
"status": "cancel_requested",
"message": "string"
}