2020 Feb 14 3:15 PM - edited 2024 Feb 03 5:54 PM
Hi Community,
I have been tracking the elapse time on a cronjob execution, however, I want to compare with others executions.
Do they know how can I verify the CronJob elapse time by flexquery ?
I've used the below query, but, doesn't contain the elapsed time:
SELECT * FROM {cronjob}
Regards,
Juan
Request clarification before answering.
SELECT * FROM {cronjob} WHERE {code}= ?code
/*Tracking CronJob Progress*/ select * from CronJobHistories where p_jobcode = ?p_jobcodeYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.