getJobIdFromExecFileWithTerm($backtrace->class, $backtrace->function); if( $id !== false ) { $this->start($id, 0, $key, $getJsonData, $limit, $crontab); if( $callable($limit, $increment) === false ) { $this->removeKeyFromJsonData($key, $getJsonData); } else { $limit += $increment; $getJsonData[$key] = $limit; } $this->end($getJsonData); } } }