Displaying 4 results from an estimated 4 matches for "ienumworkitems".
2018 Jun 11
0
Wine release 3.10
...for running tasks at specified time.
schedsvc: Add a sanity check when loading a .job file.
schedsvc: Load job files at the service start up.
schedsvc: Add support for running missed tasks at the service start.
mstask: Implement ITask::GetExitCode().
mstask: Implement IEnumWorkItems::Next().
mstask: Implement IEnumWorkItems::Reset().
mstask: Implement IEnumWorkItems::Skip().
mstask/tests: Add more tests for IEnumWorkItems interface.
Fabian Maurer (5):
fc: Add stub program.
find: Add stub program.
user32: Make RegisterPointerDeviceNotificati...
2008 Jan 13
0
TaskScheduler#active? and TaskScheduler#exists?
Hi all,
I think I would like to add the TaskScheduler#active? and
TaskScheduler#exists? methods. I''m not sure how they should be
implemented however.
For TaskScheduler#exists? I suppose I could use the IEnumWorkItems and
iterated over the list. Is there a better way?
The TaskScheduler#active? would just tell me if a given task has been
activated or not, but I''m not sure how to implement it. Suggestions?
Thanks,
Dan
2004 Jul 31
3
Bug in new_work_item
Hi all,
Windows 2000
Ruby 1.8.2 R7
VC++ 6.0
I noticed that if I try to call new_work_item and give
the task a name that already exists, I get a segfault:
C:\eclipse\workspace\win32-taskscheduler>ruby test.rb
"0.1.0"
test.rb:22:in `new_work_item'': NewWorkItem() function
failed (Win32::TaskSchedul
erError)
from test.rb:22
test.rb:22: [BUG] Segmentation fault
ruby
2015 Mar 20
0
Wine release 1.7.39
...: Preserve pairs order during dictionary lifetime.
scrrun: Added stub IEnumVARIANT for dictionary.
scrrun: Implement IEnumVARIANT support for dictionary.
wmvcore: Return S_OK from WMCreateReader.
ole32/datacache: Handle stream Stat() failure (PVS-Studio).
mstask: Added IEnumWorkItems stub.
ole32: Fix error handling in GetTimeOfLastChange() for item moniker (PVS-Studio).
ole32: Improve error handling in GetClassFile() (PVS-Studio).
ole32: Cleanup QI for IEnumMoniker.
avifil32: Return interface pointer from QI instead of impl pointer.
browseui: Retur...