OperationStatus interface
操作の状態。
プロパティ
| end |
操作の終了時刻。 形式: ISO-8601。 |
| error | この操作に関連するエラー情報。 |
| id | 操作の ID。 |
| name | 操作の名前。 |
| properties | この操作に関連する追加情報。 |
| start |
操作の開始時刻。 形式: ISO-8601。 |
| status | 操作の状態。 |
プロパティの詳細
endTime
操作の終了時刻。 形式: ISO-8601。
endTime?: Date
プロパティ値
Date
error
id
操作の ID。
id?: string
プロパティ値
string
name
操作の名前。
name?: string
プロパティ値
string
properties
この操作に関連する追加情報。
properties?: OperationStatusExtendedInfoUnion
プロパティ値
startTime
操作の開始時刻。 形式: ISO-8601。
startTime?: Date
プロパティ値
Date
status
操作の状態。
status?: string
プロパティ値
string