Add a Recurring status to TaskChampion
This commit is contained in:
committed by
Tomas Babej
parent
6e5d8b1dde
commit
9add31104b
@@ -40,6 +40,7 @@ namespace tc {
|
||||
Pending = tc::ffi::TC_STATUS_PENDING,
|
||||
Completed = tc::ffi::TC_STATUS_COMPLETED,
|
||||
Deleted = tc::ffi::TC_STATUS_DELETED,
|
||||
Recurring = tc::ffi::TC_STATUS_RECURRING,
|
||||
Unknown = tc::ffi::TC_STATUS_UNKNOWN,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user