Windows Schedule Task log

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

After a schedule task in Windows runs, a log will be created. The log can be
viewed by going to Schedule Task - Advanced - view Log. I noticed there are
code 0 & 7.
May I know what they means or anywhere I refer check on the meaning of the
code.

Finished 12/6/2004 3:00:09 PM
Result: The task completed with an exit code of (0).

Finished 12/6/2004 3:00:09 PM
Result: The task completed with an exit code of (7).
 
Win Xp said:
Hi,

After a schedule task in Windows runs, a log will be created. The log can be
viewed by going to Schedule Task - Advanced - view Log. I noticed there are
code 0 & 7.
May I know what they means or anywhere I refer check on the meaning of the
code.

Finished 12/6/2004 3:00:09 PM
Result: The task completed with an exit code of (0).

Finished 12/6/2004 3:00:09 PM
Result: The task completed with an exit code of (7).

Most exit codes are generated by the program that
you run via the Task Scheduler. If the code is not
zero then that program reported an error.
 
Thanks for your reply.
Are you saying the code was generated by the application and not Windows.

Rgds.
 
Back
Top