WARNING: This site is a work in progress.
Enum: SessionStatus
Lifecycle status of a voice council session.
URI: SessionStatus
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| SCHEDULED | rfs:Scheduled | Session is scheduled but not yet started |
| IN_PROGRESS | rfs:SessionInProgress | Session is currently underway |
| COMPLETED | rfs:SessionCompleted | Session has concluded |
| CANCELLED | rfs:SessionCancelled | Session was cancelled |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: SessionStatus
description: Lifecycle status of a voice council session.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
SCHEDULED:
text: SCHEDULED
description: Session is scheduled but not yet started.
meaning: rfs:Scheduled
title: Scheduled
IN_PROGRESS:
text: IN_PROGRESS
description: Session is currently underway.
meaning: rfs:SessionInProgress
title: SessionInProgress
COMPLETED:
text: COMPLETED
description: Session has concluded.
meaning: rfs:SessionCompleted
title: SessionCompleted
CANCELLED:
text: CANCELLED
description: Session was cancelled.
meaning: rfs:SessionCancelled
title: SessionCancelled
</details>