次の方法で共有


TaskUpdateCommand interface

プロパティ

comment

タスクを更新するときのコメント。

newStatus

新しい状態は、タスクの更新に使用されます。

プロパティの詳細

comment

タスクを更新するときのコメント。

comment?: string

プロパティ値

string

newStatus

新しい状態は、タスクの更新に使用されます。

newStatus: "InProgress" | "Completed" | "NotStarted" | "Canceled"

プロパティ値

"InProgress" | "Completed" | "NotStarted" | "Canceled"