TaskStopAllResult
The task/stopAll ack: always accepted, including over an
empty set — a blanket stop over nothing is a satisfied gesture. The ack
deliberately carries no stopped-task list; count the kills from the view.
Fields and variants
Section titled “Fields and variants”commandIdstatus
Source
schema/msp/experimental/msp.schema.json#/types/TaskStopAllResult
{ "description": "The `task/stopAll` ack: always `accepted`, including over an\nempty set — a blanket stop over nothing is a satisfied gesture. The ack\ndeliberately carries no stopped-task list; count the kills from the view.", "properties": { "commandId": { "description": "Echoes the client's id.", "type": "string" }, "status": { "$ref": "#/$defs/CommandStatus", "description": "Admission status." } }, "required": [ "commandId", "status" ], "type": "object"}