AscOperation interface
Stav operace.
Vlastnosti
| end |
Čas ukončení operace. |
| error | Podrobnosti o chybě operace, pokud existuje. |
| id | ID operace. |
| name | Název operace. |
| output | Další výstup specifický pro operace. |
| start |
Počáteční čas operace. |
| status | Stav operace. |
Podrobnosti vlastnosti
endTime
Čas ukončení operace.
endTime?: undefined | string
Hodnota vlastnosti
undefined | string
error
id
ID operace.
id?: undefined | string
Hodnota vlastnosti
undefined | string
name
Název operace.
name?: undefined | string
Hodnota vlastnosti
undefined | string
output
Další výstup specifický pro operace.
output?: undefined | [key: string]: any
Hodnota vlastnosti
undefined | [key: string]: any
startTime
Počáteční čas operace.
startTime?: undefined | string
Hodnota vlastnosti
undefined | string
status
Stav operace.
status?: undefined | string
Hodnota vlastnosti
undefined | string