isRunning property

bool isRunning

Use this flag to render CircularProgressIndicator or similar feedback to user.

Implementation

bool get isRunning => !_semaphore.isFree;