ajvb / kala

Modern Job Scheduler
MIT License
2.13k stars 187 forks source link

Fix issue 113 #117

Closed MarcoVigna17 closed 8 years ago

MarcoVigna17 commented 8 years ago

Created IsDone parameter (exported) that is set up to true when ShouldStartWaiting is returned false at the end of Run method.

This is developed to cover the issue #113

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.04%) to 79.063% when pulling 30dbd56e287f3663ae7fff108097c0d30799b8a1 on flypay:fix-issue-113 into 489d70e1c122c212fac48c7946a16abfe93fab17 on ajvb:master.

benwaine commented 8 years ago

How about a test for this? :D

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 78.88% when pulling 682e069736d49f8a0cd795dcafef2695a072709d on flypay:fix-issue-113 into 489d70e1c122c212fac48c7946a16abfe93fab17 on ajvb:master.

ajvb commented 8 years ago

@MarcoVigna17 This looks awesome! Thanks for adding this.