Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationStatus

Package version

The status of operation.

Hierarchy

  • OperationStatus

Index

Properties

Optional endTime

endTime: Date

End time of the job in standard ISO8601 format.

Optional error

The error detail of the operation if any.

Optional id

id: undefined | string

The operation Id.

Optional name

name: undefined | string

The operation name.

Optional startTime

startTime: Date

Start time of the job in standard ISO8601 format.

Optional status

status: undefined | string

The status of the operation.

Generated using TypeDoc