Relative Content

Tag Archive for windowswinapiwindows-task-scheduler

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.