driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

Status of scheduled items in scheduler #38

Open nsoblath opened 4 years ago

nsoblath commented 4 years ago

Use a map<int, status> to keep track of individual scheduled item statuses. Update status every time it changes. Add function to query status.