docs.rs failed to build planif-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
planif-1.0.0
planif is a builder pattern wrapper around the windows task scheduler API (windows-rs).
How to
Please refer to the examples folder. The folder contains code for creating each of the triggers.
TODO
Create Triggers
- Boot
- Daily
- Event
- Idle
- Logon
- MonthlyDOW
- Monthly
- Registration
- Time
- Weekly
Trigger settings
- IdleSettings
Other settings may also be missing.
Other (maybe)
- Delete triggers
- List triggers
A builder library for the Windows Task Scheduler.
Inspired by the great work of j-hc which allowed my to figure out how to grok the windows-rs library.