Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OperationStatus

Represents possible values for operation status (e.g. of request to the server).

Index

Enumeration members

Enumeration members

Cancelled

Cancelled: = 4

Last operation was cancelled.

Done

Done: = 1

Last operation completed successfully.

Fail

Fail: = 3

Last operation completed with failure.

Initial

Initial: = 0

Nothing was performed before.

NoData

NoData: = 5

Last operation doesn't return any data.

Progress

Progress: = 2

Operation is performing right now.

Generated using TypeDoc