_isPlannedOrRunningIn JobState will now also recognize SUSPENDED jobs.
This caused an error in waitForJobs.
BatchEuphoriaJobManager:
Created the waitForUpdateIntervalDuration() method. This will wait for
the configured duration (or 10 seconds). Wait is done in increments of
1 second, so that the loop can be broken, when closeThread is true
Created the stopUpdateDaemon() method
Created the isDaemonAlive() method
Corrected updateActiveJobList and added a bit of info output. Fixed a
concurrent modification exception.
Moved waitForJobsToFinish() to the bottom and make it use
waitForUpdateIntervalDuration()
_isPlannedOrRunningIn JobState will now also recognize SUSPENDED jobs. This caused an error in waitForJobs.
BatchEuphoriaJobManager: