-
-
Notifications
You must be signed in to change notification settings - Fork 284
API Task Scheduler
Doanh Văn Lương edited this page Dec 13, 2017
·
32 revisions
- Scheduler()
- void init()
- void addTask(Task& aTask)
- void deleteTask(Task& aTask)
- void allowSleep(bool aState)
- void enableAll(bool aRecursive= true)
- void disableAll(bool aRecursive= true)
- Task& currentTask()
- void* currentLts()
- void startNow (bool aRecursive= true)
- long timeUntilNextIteration (Task& aTask)
- bool execute()
- bool isOverrun()
- void setHighPriorityScheduler(Scheduler* aScheduler)