Skip to content
Developer Preview

SessionStatus

A session’s load state.

  • "idle"
  • "notLoaded"
  • "running"
Source

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

{
"description": "A session's load state.",
"enum": [
"notLoaded",
"idle",
"running"
],
"type": "string",
"x-msp-openness": "open"
}