Sdílet prostřednictvím


AscOperation interface

Stav operace.

Vlastnosti

endTime

Č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.

startTime

Počáteční čas operace.

status

Stav operace.

Podrobnosti vlastnosti

endTime

Čas ukončení operace.

endTime?: string

Hodnota vlastnosti

string

error

Podrobnosti o chybě operace, pokud existuje.

error?: ErrorResponse

Hodnota vlastnosti

id

ID operace.

id?: string

Hodnota vlastnosti

string

name

Název operace.

name?: string

Hodnota vlastnosti

string

output

Další výstup specifický pro operace.

output?: {[propertyName: string]: Record<string, unknown>}

Hodnota vlastnosti

{[propertyName: string]: Record<string, unknown>}

startTime

Počáteční čas operace.

startTime?: string

Hodnota vlastnosti

string

status

Stav operace.

status?: string

Hodnota vlastnosti

string