Enum ProjectStatus
Represents the current development stage or status of a project.
public enum ProjectStatus
Fields
Early = 1The project is in early development, with initial implementation underway.
Idea = 0The project is in the idea stage, with initial concepts and planning.
InProgress = 2The project is actively in progress with ongoing development work.
Mature = 3The project is mature, with significant development completed and potentially in production or maintenance.