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
Rhoose-boyRhoose-boy 

User details for Aborted Job

Is it possible to query the userid for an aborted async job - in other words find who aborted it?
RamuRamu (Salesforce Developers) 
I do not think it is possible even through the cron trigger as it gives only the onwerid (initiater user) but not the modified by id. Below article shows what all fields are accessible through cron trigger

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_crontrigger.htm