Skip to content

Enum: SessionStatus

Status of a work session

URI: revaise:SessionStatus

Permissible Values

Value Meaning Description
PLANNED None Session is planned but not started
IN_PROGRESS None Session is currently active
PAUSED None Session is paused
COMPLETED None Session completed normally
ABANDONED None Session was abandoned
EXPIRED None Session expired due to timeout
ERROR None Session ended due to error

Slots

Name Description
session_status Current status of the session
session_status Current status of the session

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: SessionStatus
description: Status of a work session
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  PLANNED:
    text: PLANNED
    description: Session is planned but not started
  IN_PROGRESS:
    text: IN_PROGRESS
    description: Session is currently active
  PAUSED:
    text: PAUSED
    description: Session is paused
  COMPLETED:
    text: COMPLETED
    description: Session completed normally
  ABANDONED:
    text: ABANDONED
    description: Session was abandoned
  EXPIRED:
    text: EXPIRED
    description: Session expired due to timeout
  ERROR:
    text: ERROR
    description: Session ended due to error