Benchling · Schema

AppSessionStatus

All possible values of a Session's status, including system-updated and user-updated values.

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

AppSessionStatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppSessionStatus.json",
  "title": "AppSessionStatus",
  "description": "All possible values of a Session's status, including system-updated and user-updated values.\n",
  "enum": [
    "COMPLETED_WITH_WARNINGS",
    "FAILED",
    "RUNNING",
    "SUCCEEDED",
    "TIMEOUT"
  ],
  "type": "string"
}