SchedulingService.getJobRunsForJob Method
Gets the job runs for a specific job.
Parameters
- jobId
-
The job ID that the job runs belong to.
Return Value
Type: jQuery.Promise
Value: Array
Element Value: JobRun
A promise object that is resolved when the call is completed.
If successful, an array of dundas.scheduling.JobRun is returned.