Share via


TaskUpdateCommand interface

Properties

comment

The comment when update a task.

newStatus

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"