TaskUpdateCommand interface
プロパティの詳細
comment
タスクを更新するときのコメント。
comment?: string
プロパティ値
string
newStatus
新しい状態は、タスクの更新に使用されます。
newStatus: "InProgress" | "Completed" | "NotStarted" | "Canceled"
プロパティ値
"InProgress" | "Completed" | "NotStarted" | "Canceled"