planif 0.0.0-alpha

planif is a builder wrapper for the windows task scheduler API of windows-rs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
`planif` is a builder pattern wrapper around the windows task scheduler API ([windows-rs](https://github.com/microsoft/windows-rs)).
## TODO

### Triggers

- [ ] Boot 
- [x] Daily 
- [ ] Event 
- [ ] Idle 
- [ ] Logon 
- [ ] MonthlyDOW 
- [ ] Monthly 
- [ ] Registration 
- [ ] Time 
- [ ] Weekly 

## A builder library for the Windows Task Scheduler.


Inspired by the great work of [j-hc](https://github.com/j-hc/windows-taskscheduler-api-rust) which allowed my to figure out how to grok the windows-rs library.