Hi guys,
I know that by using 'php command.php run-job [jobname]' it's possible to manually trigger a scheduled job and that the documentation says [jobname] is the internal name of the job but I can't find anywhere that tells me what the internal names of the jobs are. I'm trying to trigger a personal email check and have tried things like 'CheckPersonalEmailAccounts' as the job name but nothing works. So please can someone tell me how to find the internal names for scheduled jobs are?
Many thanks...
I know that by using 'php command.php run-job [jobname]' it's possible to manually trigger a scheduled job and that the documentation says [jobname] is the internal name of the job but I can't find anywhere that tells me what the internal names of the jobs are. I'm trying to trigger a personal email check and have tried things like 'CheckPersonalEmailAccounts' as the job name but nothing works. So please can someone tell me how to find the internal names for scheduled jobs are?
Many thanks...
Comment