Skip to content
Developer Preview

TurnTerminal

Turn terminal vocabulary: exactly the runtime’s RunTerminalKind — closed in the runtime, wire-open for evolution.

  • "cancelled"
  • "completed"
  • "failed"
Source

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

{
"description": "Turn terminal vocabulary: exactly the runtime's\n`RunTerminalKind` — closed in the runtime, wire-open for evolution.",
"enum": [
"completed",
"failed",
"cancelled"
],
"type": "string",
"x-msp-openness": "open"
}