Adding task using Interface 1.0 Win32 API doesn’t show up in the Task schedular GUI
I was trying to run the sample program, taken from the Microsoft docs. Seems the is being created (.job
file found in the C:WindowsTasks
) but it is not listed on Task schedular GUI.
Where can status reports made via `ITaskHandlerStatus` be accessed?
When implementing ITaskHandler
for a Windows Scheduled Task implemented by a COM Server, one is given access to ITaskHandlerStatus
to update status and report completion. Completion is required and works as expected, but I don’t see anywhere to access status reports.