TurnStartDisposition
What turn/start did with the input. Resolves OQ-H in v1:
since queue is the default ifBusy, clients need to distinguish these
without folding history.
Fields and variants
Section titled “Fields and variants”"queued""started""steered"
Source
schema/msp/experimental/msp.schema.json#/types/TurnStartDisposition
{ "description": "What `turn/start` did with the input. Resolves OQ-H in v1:\nsince `queue` is the default `ifBusy`, clients need to distinguish these\nwithout folding history.", "enum": [ "started", "queued", "steered" ], "type": "string", "x-msp-openness": "open"}