Skip to content
Developer Preview

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.

  • commandId
  • status
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"
}