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.
Fields and variants
Section titled “Fields and variants”"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"}