OperationResource interface
Operace
Vlastnosti
| end |
Čas spuštění operace |
| error | Chyby z operace |
| id | ID operace |
| name | Název operace |
| percent |
Procento dokončení operace |
| properties | Vlastnosti operace |
| start |
Čas spuštění operace |
| status | Stav operace |
Podrobnosti vlastnosti
endTime
Čas spuštění operace
endTime?: Date
Hodnota vlastnosti
Date
error
id
ID operace
id?: string
Hodnota vlastnosti
string
name
Název operace
name?: string
Hodnota vlastnosti
string
percentComplete
Procento dokončení operace
percentComplete?: number
Hodnota vlastnosti
number
properties
Vlastnosti operace
properties?: Record<string, unknown>
Hodnota vlastnosti
Record<string, unknown>
startTime
Čas spuštění operace
startTime?: Date
Hodnota vlastnosti
Date
status
Stav operace
status?: string
Hodnota vlastnosti
string