Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.34 KB

File metadata and controls

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

Priority Enum

Priority levels for tasks.

Defined in: showcase.zmodel

Declaration · showcase.zmodel
enum Priority {
    LOW
    MEDIUM
    HIGH
    CRITICAL
}

🏷️ Values

Possible values for this enumeration.

Value Description
LOW
MEDIUM
HIGH
CRITICAL

📍 Used By

Models and fields that reference this type.

diagram


📚 References


Next: Role