isBusy method

bool isBusy()

Implementation

bool isBusy() {
  return runId != null;
}