get an exsit status of a process
i am using
nsExec::ExecToLog
and i want to get the exit status of the program i just ran
Archive: get an exsit status of a process
get an exsit status of a process
i am using
nsExec::ExecToLog
According to the documentation for the plugin:
If nsExec is unable to execute the process, it will return "error" on the top of the stack, if the process timed out it will return "timeout", else it will return the return code from the executed process.
Thanks