Skip to content

ManagerRequestStatus

ManagerRequestStatus = "initial" | "pending" | "success" | "error"

Defined in: packages/core/src/types.ts:34

Represents the current status of an asynchronous operation within the Manager.

  • initial: No operation has been attempted yet.
  • pending: An operation is currently in progress.
  • success: The last operation completed successfully.
  • error: The last operation failed.