Skip to content
Snippets Groups Projects
Commit a2eda49d authored by Ethan Robert's avatar Ethan Robert
Browse files

Added task status

parent be3ce108
Branches
No related tags found
No related merge requests found
public enum TaskStatus {
TODO, ONGOING, DELAYED, FINISHED;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment