Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.14.3
-
None
-
None
-
n/a
Description
The current Job API only allows for dependent jobs to be passed in at object construction time. It would be nice if there was an additional constructor which did not take any depending jobs and then an "addDependingJob" method which could be used to add depending jobs to a job at a later point.