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