Skip to content
Developer Preview

BackgroundInitiator

Who durably backgrounded a task. Open — runtime vocabulary.

  • "timeout"
  • "user"
Source

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

{
"description": "Who durably backgrounded a task. Open — runtime vocabulary.",
"enum": [
"user",
"timeout"
],
"type": "string",
"x-msp-openness": "open"
}