isTaskRunning method

bool isTaskRunning(
  1. dynamic isRunningKey
)

Use this when you intend to check if actively is true

Pass the isRunningKey if you intend to specify the ActiveController.

Implementation

bool isTaskRunning(dynamic isRunningKey) =>
    _isRunningKeys.contains(isRunningKey);