Skip to content
Developer Preview

CommandStatus

The ack status: accepted for every admitted command. session/compact is the one method that may additionally answer noop ([crate::method::runtime::CompactStatus]); no other command uses another status.

  • "accepted"
Source

schema/msp/experimental/msp.schema.json#/types/CommandStatus

{
"description": "The ack `status`: `accepted` for every admitted command.\n`session/compact` is the one method that may additionally answer `noop`\n([`crate::method::runtime::CompactStatus`]); no other command uses another\nstatus.",
"enum": [
"accepted"
],
"type": "string",
"x-msp-openness": "open"
}