setRunning method

void setRunning(
  1. bool value
)

Sets isRunning value

Implementation

void setRunning(bool value) {
  _running = value;
}