enum TaskStatus

ACTIVE: String = "active"
INACTIVE: String = "inactive"
COMPLETE: String = "complete"
