//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: showcase.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Lifecycle status of a task.
Defined in: showcase.zmodel
Declaration · showcase.zmodel
enum TaskStatus {
TODO
IN_PROGRESS
IN_REVIEW
DONE
}Possible values for this enumeration.
| Value | Description |
|---|---|
TODO |
Waiting to be started. |
IN_PROGRESS |
Actively being worked on. |
IN_REVIEW |
Submitted for peer review. |
DONE |
Completed and closed. |
Models and fields that reference this type.
Previous: Role