Windows Task Scheduler: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 94:
The Last Result column displays a completion code. The common codes for scheduled tasks are:<ref>{{cite web|title=How to troubleshoot scheduled tasks in Windows XP and in Windows Server 2003|url=http://support.microsoft.com/kb/308558|work=Support|publisher=[[Microsoft]]|access-date=3 Sep 2013|date=22 May 2013}}</ref><ref>{{cite web|url=http://msdn.microsoft.com/en-gb/library/windows/desktop/aa383604(v=vs.85).aspx|title=Task Scheduler Error and Success Constants|work=[[MSDN]]|publisher=[[Microsoft]]}}</ref>
 
{{Div col|small=yes}}
* 0 or 0x0: The operation completed successfully.
* 1 or 0x1: Incorrect function called or unknown function called.
Line 142 ⟶ 143:
* 0xC000013A: The application terminated as a result of a CTRL+C.
* 0xC0000142: The application failed to initialize properly.
{{Div col end}}
 
==Bugs==