recordJobTimedOut method

void recordJobTimedOut()

Implementation

void recordJobTimedOut() {
  jobsTimedOut++;
  lastActivity = DateTime.now();
}