stopTimeTracker static method
Stops the time tracker
Implementation
static void stopTimeTracker() {
TimeUtils tu = TimeUtils();
tu._tslock = true;
}
Stops the time tracker
static void stopTimeTracker() {
TimeUtils tu = TimeUtils();
tu._tslock = true;
}