process_visor 0.3.1
process_visor: ^0.3.1 copied to clipboard
Manages (start, stop, restart) an OS process, switches it dynamic context and call priorities.
Changelog #
0.3.1 #
ProcessSwitcherstops process after a configured idle duration.
0.3.0 #
- Updated SDK constraints and lints
- Support for context-aware, priority-based process runner:
ProcessSwitcher.
0.2.1 #
- Added
startedandstatusChangesproperties to monitor the first running state and further updates.
0.2.0 #
- Inital release with
Process-monitoring featues.