код возврата(In programming, a code that is used to report the outcome of a procedure or to influence subsequent events when a routine or process terminates (returns) and passes control of the system to another routine. Return codes can, for example, indicate whether an operation was successful or not and can thus be used to determine what is to be done next)
код завершения(The exit status or return code of a process in computer programming is a small number passed from a child process (or callee) to a parent process (or caller) when it has finished executing a specific procedure or delegated task. In DOS, this may be referred to as an errorlevel. wiki Alexander Demidov)
код завершения(код, возвращаемый программе, для указания результатов выполнения операции, запрашиваемой этой программой); код выхода(код, возвращаемый программе, для указания результатов выполнения операции, запрашиваемой этой программой)