AsyncStatusX extension

Extension providing convenient boolean checks for AsyncStatus.

on

Properties

canNext bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the controller can proceed to the next event.
no setter
isActive bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status represents an active state.
no setter
isCanceled bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.canceled.
no setter
isCompleted bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.completed.
no setter
isError bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.error.
no setter
isInitial bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.initial.
no setter
isPaused bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.paused.
no setter
isProcessing bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.processing.
no setter
isRetrying bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status is AsyncStatus.retrying.
no setter
isTerminal bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the status represents a terminal state.
no setter
shouldDispose bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether the controller should be disposed.
no setter
shouldEmit bool

Available on AsyncStatus, provided by the AsyncStatusX extension

Whether status updates should be emitted.
no setter