Exit code values assigned to variable?

Discuss RoboTask here
Post Reply
BrianSmith
Posts: 46
Joined: Tue Apr 27, 2004 7:50 pm

Exit code values assigned to variable?

Post by BrianSmith »

What are the possible values that can be assigned to the Exit Code variable when using the Run Program/Open Document action?
Last edited by BrianSmith on Wed Jul 07, 2004 8:23 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Exit code values assigned to variable?

Post by Oleg »

Exit code of process depends on launched application. May be, it is described in documentation (or helpfile) of your application.
You may simulate some situations for your application and check exit codes to learn more. Most CRT applications (for example command-line packers) uses exit codes to signal about any errors (or warnings) for processing at batch job (or calling application).
Post Reply