Sdílet prostřednictvím


AscOperation interface

Stav operace.

Vlastnosti

endTime

Koncový čas operace.

error

Podrobnosti o chybě operace, pokud existuje.

id

ID operace.

name

Název operace.

output

Další výstup specifický pro operaci.

startTime

Čas zahájení operace.

status

Stav operace.

Podrobnosti vlastnosti

endTime

Koncový čas operace.

endTime?: string

Hodnota vlastnosti

string

error

Podrobnosti o chybě operace, pokud existuje.

error?: AscOperationErrorResponse

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

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

Hodnota vlastnosti

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

startTime

Čas zahájení operace.

startTime?: string

Hodnota vlastnosti

string

status

Stav operace.

status?: string

Hodnota vlastnosti

string