Displaying 3 results from an estimated 3 matches for "days_interval".
2004 Jul 31
3
Bug in new_work_item
...ION
trigger = {
"start_year" => 2009,
"start_month" => 4,
"start_day" => 11,
"start_hour" => 7,
"start_minute" => 14,
"trigger_type" => TaskScheduler::DAILY,
"type" => { "days_interval" => 1 }
}
ts = TaskScheduler.new
ts.new_work_item("foo",trigger)
I did find two things that I thought might solve the
problem but didn''t seem to help. The first is to call
ptr->pITS->Release() after the NewWorkItem() call.
I''m not sure if that''...
2005 Sep 04
1
Fwd: Win32 Utils TaskScheduler
Note: forwarded message attached.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An embedded message was scrubbed...
From: Scott Harper <sharperct@gmail.com>
Subject: Win32 Utils TaskScheduler
Date: Sun, 4 Sep 2005 17:04:24 -0400
Size: 4971
Url:
2008 Jan 12
2
win32-taskscheduler and TaskScheduler#account_information
Hi,
This library has needed some work for a while, so I''m finally getting
around to it. I''ve made some changes and updates in CVS, so grab the
latest source to test the issue below.
The first issue I''d like to tackle is why the
TaskScheduler#account_information (GetAccountInformation) method fails
if there''s no user associated with a given task.
The docs