canStart method

bool canStart()

Implementation

bool canStart() {
  return !isStarted;
}