Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownOperationStatus

Package version

Known values of OperationStatus that the service accepts.

Index

Enumeration members

Failed

Failed: = "Failed"

Background operation finished with failure.

NotStarted

NotStarted: = "NotStarted"

Background operation created but not started yet.

Running

Running: = "Running"

Background operation is currently running.

Succeeded

Succeeded: = "Succeeded"

Background operation finished with success.

Undefined

Undefined: = "Undefined"

Undefined operation status.

Generated using TypeDoc