planif 0.1.1

planif is a builder pattern wrapper for the windows task scheduler API of windows-rs.
Documentation

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.