Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3, 2.0.0-alpha
-
None
-
Reviewed
Description
Usecase: Read the start/end-time of a particular job.
Currently, one has to iterate through JobClient.getAllJobStatuses() and iterate through them. JobClient.getJob(JobID) returns RunningJob, which doesn't hold the job's start time.
Adding RunningJob.getJobStatus() solves the issue.