CrontabTaskExecute::PROCESS_FINISH], ['<=', 'created_at', $time]]); echo 'success'; return ExitCode::OK; } catch (\Exception $e) { echo $e->getMessage(); $this->stderr('Error: ' . ExitCode::getReason(ExitCode::UNSPECIFIED_ERROR)); return ExitCode::UNSPECIFIED_ERROR; } } }