-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Nathan Sepulveda edited this page Aug 21, 2015
·
1 revision
There are of course many improvements that can be made along the way and I have a vision for how this framework should grow. Granted, who knows if I'll have the time to implement everything.
- CancelEvent Option - This option will allow for a handler to cancel the event and cease the processing of any further handlers
- EventOptions - Currently all options are at the handler level, a general event run limit could be useful and potentially other options will be desired
- Watch Preload - Currently the best design is to create your own watch preload file so that all the watch commands can be implemented upfront, this would create a way to create a watch class and run a single "preload" function in your scripts to handle that more effectively.