TaskUpdateCommand interface
Properties
| comment | The comment when update a task. |
| new |
The new status will be used to update the task. |
Property Details
comment
The comment when update a task.
comment?: string
Property Value
string
newStatus
The new status will be used to update the task.
newStatus: "InProgress" | "Completed" | "NotStarted" | "Canceled"
Property Value
"InProgress" | "Completed" | "NotStarted" | "Canceled"