Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create AbstractProcessJob.php #72

Closed
wants to merge 2 commits into from
Closed

Create AbstractProcessJob.php #72

wants to merge 2 commits into from

Conversation

meklis
Copy link

@meklis meklis commented Oct 13, 2021

Allow get filled report from job.
getReport can be null if job not run

Allow get filled report after job runned.
getReport can be null if job not runned
@meklis
Copy link
Author

meklis commented Oct 13, 2021

With current pull request, after cron jobs finished I can get reports, as

foreach ($jobs as $job) {
    print_r($job->getReport());
}

return can be null, if job not runned

@meklis meklis closed this Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant