runExists method

bool runExists(
  1. int runId
)

Implementation

bool runExists(int runId) => _eventQueues.containsKey(runId);