It seems that the Task Scheduler 2.0 enum types in TASK_TRIGGER_TYPE2 are not
implemented:
These are for Task Scheduler 1.0
$ grep -rni TASK_TIME_TRIGGER_DAILY *
com/win32comext/taskscheduler/src/PyITaskTrigger.cpp:129:
"TASK_TIME_TRIGGER_ONCE,TASK_TIME_TRIGGER_DAILY,\n"
co
> Hi, I have a problem with my taskscheduler library: it works on Windows XP
> but upon entering the 2008 land my task gets created without any triggers.
> I've ran the same commands I ran on XP but the task doesn't get created.
>
> http://pastebin.com/bmg847hw
>
> This on XP (and 2003 Server)