OperationStatus interface
操作の状態。
- Extends
プロパティ
end |
操作の終了時刻。 |
id | 操作の ID。 |
name | 操作名。 |
start |
操作の開始時刻。 |
status | 操作の状態。 |
継承されたプロパティ
error | error オブジェクト。 |
プロパティの詳細
endTime
操作の終了時刻。
endTime?: string
プロパティ値
string
id
操作の ID。
id?: string
プロパティ値
string
name
操作名。
name?: string
プロパティ値
string
startTime
操作の開始時刻。
startTime?: string
プロパティ値
string
status
操作の状態。
status?: string
プロパティ値
string