started method

bool started(
  1. dynamic key
)

Returns the status by key if started or not

Implementation

bool started(key) =>
    statusFor(key) != null && statusFor(key) != GetStatus.canceled;