GetJobDetailsBetween
From
Contents |
Method
GetJobDetailsBetweenResult getJobDetailsBetween(UserIDBean userID, JobStatusEvent event, Calendar start, Calendar end)
Description
Gets the details of all jobs which passed through a certain state between the start and end dates indicated.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobStatusEvent | event | The job event that the job must have passed through within the specified time period. |
Calendar | start | The earliest time period we are interested in receiving from. |
Calendar | end | The latest time period we are interested in up to. |