What does the Windows Task Scheduler Last Result “0x41301” mean?

Posted: (EET/GMT+2)

 

A short blog post for today about a question I got from a fellow developer: what does the Windows Task Scehduler's "Last Result" with value of "0x41301" mean.

The answer is simple: this means that the process you've scheduled is still running! The value 0x00041301 corrsponds to the constant value "SCHED_S_TASK_RUNNING" from one of the C++ header (.h) files on the Windows SDK.