function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gotherthanthougotherthanthou 

Asynch Apex Completed Date - Bug or Feature?

Scenario: a row gets added to AsyncApexJob with a JobType of either 'TestRequest' or 'TestWorker'.  When it completes, the status gets set to 'Completed', but CompletedDate remains null.  It gets filled in for the other JobTypes (''BatchApex' and 'Future')

 

Is this intentional?  If so, why?