syncQueueState method

Future<bool> syncQueueState()

Synchronizes the queue state with the actual task state

Called to clean up "stuck" tasks

Implementation

Future<bool> syncQueueState() {
  throw UnimplementedError('syncQueueState() has not been implemented.');
}