job scheduler works with run once and run periodic schedules. Stop logic is not fully thought through.

Dependencies:   LinkedList

Dependents:   JobSchedulerDemo Borsch

Revision:
11:df18df016d7e
Parent:
9:ee21cd055a97
--- a/jobService.h	Thu Jul 13 23:07:09 2017 +0000
+++ b/jobService.h	Fri Jul 14 00:00:20 2017 +0000
@@ -52,7 +52,7 @@
             @returns NULL if job is not found.
             */
             JobType* GetJob(int jobTypeID);
-        
+                    
         private:
             /* 
             _jobs stores job registrations.