setRunningMode method

void setRunningMode (
  1. bool nextVal
)

Implementation

void setRunningMode(bool nextVal) {
  isDev = nextVal;
}