Salesforce
PDII · Question #47
The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored. Which options are valid? (Choose two.)
The correct answer is A. Use the Apex Jobs page in setup C. Query the AsyncApexJob record. See the full explanation below for the reasoning.
Question
The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored. Which options are valid? (Choose two.)
Options
- AUse the Apex Jobs page in setup
- BQuery the Queueable Apex record
- CQuery the AsyncApexJob record
- DUse the Scheduled Jobs page in setup
How the community answered
(25 responses)- A84% (21)
- B4% (1)
- D12% (3)
Community Discussion
No community discussion yet for this question.