12 lines
480 B
Markdown
12 lines
480 B
Markdown
# Enums
|
|
|
|
Core enumeration types for measurement and document classification.
|
|
|
|
## Key Files
|
|
|
|
- **`MeasuringStatus.cs`** — NotStarted(0) → Started(10) → **Finnished**(20) → Audited(30). Note: "Finnished" is an intentional legacy typo — do NOT fix.
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|