The abandonJob() method removes the search object Splunk.Job from the view Splunk.Jobber queue so the job is no longer be touched by the view. This eventually leads to the job expiring. This method is called by a module when it no longer requires the current job within the context search object, including any time there are search object changes that require a new job to be dispatched.
abandonJob()
Undefined
var context = this.getContext();var search = context.get('search');
search.abandonJob();