From within a running recurring job, can you get the Date/Time it was scheduled to start
So if you had your cron schedule as:
00 08 * * FRI
Then when the job is running I’d like to get that job’s scheduled run time so I can use that in another part of my application.
Maybe similar to how you can use the job context to get jobID?