| Value | Meaning |
|---|---|
| TS_ABNORMAL_TERMINATION0 | Non-zero exit status. |
| TS_PROCESS_WAS_KILLED1 | SIGKILL or task manager kill. |
| TS_PROCESS_CRASHED2 | Segmentation fault. |
| TS_PROCESS_OOM3 | Out of memory. Some platforms may use TS_PROCESS_CRASHED instead. |
| TS_LAUNCH_FAILED4 | Child process never launched. |
| TS_INTEGRITY_FAILURE5 | On Windows, the OS terminated the process due to code integrity failure. |
Process termination status values.