busyOrFailed method

bool busyOrFailed(
  1. dynamic key
)

Returns the status by key if busy/failed or not

Implementation

bool busyOrFailed(key) => busyFor(key) || failed(key);