次の方法で共有


TaskOutput interface

プロパティ

completedAt

タスクが完了した時刻。

id

タスクの一意識別子。

lastPolledAt

タスクの状態が最後に更新された時刻。

metadata

タスクに固有の属性。 これはタスクの種類によって異なります。

phase

タスクが含まれるフェーズ。

使用可能な値: "running"、"polling"、"complete"

reason

タスクが完了していない場合に、タスクが現在の状態に移動された理由。

startedAt

タスクが開始された時刻。

state

タスクの状態。

使用可能な値: "保留中"、"実行中"、"一時停止"、"完了"、"不完全"、"失敗"、"警告"

プロパティの詳細

completedAt

タスクが完了した時刻。

completedAt?: string

プロパティ値

string

id

タスクの一意識別子。

id: string

プロパティ値

string

lastPolledAt

タスクの状態が最後に更新された時刻。

lastPolledAt?: string

プロパティ値

string

metadata

タスクに固有の属性。 これはタスクの種類によって異なります。

metadata?: Record<string, any>

プロパティ値

Record<string, any>

phase

タスクが含まれるフェーズ。

使用可能な値: "running"、"polling"、"complete"

phase?: string

プロパティ値

string

reason

タスクが完了していない場合に、タスクが現在の状態に移動された理由。

reason?: string

プロパティ値

string

startedAt

タスクが開始された時刻。

startedAt?: string

プロパティ値

string

state

タスクの状態。

使用可能な値: "保留中"、"実行中"、"一時停止"、"完了"、"不完全"、"失敗"、"警告"

state?: string

プロパティ値

string