Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.44 KB

File metadata and controls

64 lines (42 loc) · 1.44 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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                                          //
//////////////////////////////////////////////////////////////////////////////////////////////

Index / Enums / TaskStatus

TaskStatus Enum

Lifecycle status of a task.

Defined in: showcase.zmodel

Declaration · showcase.zmodel
enum TaskStatus {
    TODO
    IN_PROGRESS
    IN_REVIEW
    DONE
}

🏷️ Values

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.

📍 Used By

Models and fields that reference this type.

diagram


📚 References


Previous: Role