API ReferencesRsvim APInamespacesRsvimProctype-aliasesChildProcessExitStatusVersion: NextOn this pageChildProcessExitStatustype ChildProcessExitStatus = object; Child process exit status. See RsvimProc.ChildProcess Properties exit? optional exit?: number; Exit code. signal? optional signal?: number; Terminated by signal. success success: boolean; Exit successfully.