Skip to content

ManagerStatus

ManagerStatus = "initial" | "pending" | "success" | "error"

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

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.