InterviewSolution
Saved Bookmarks
| 1. |
How can we stop a scheduled job from being executed temporarily? |
|
Answer» Disable the job from the job details PAGE to temporarily STOP all scheduled executions & other factors/events from TRIGGERING the job and enable it back to resume the job schedules/triggers. If a job is not REQUIRED permanently, we can delete the job from the jobs LIST view page. |
|