SVC: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1,546: | Line 1,546: | ||
|} | |} | ||
== | == ProcessState == | ||
{| class=wikitable | {| class=wikitable | ||
! Value || Name || Notes | ! Value || Name || Notes | ||
|- | |- | ||
| 0 || | | 0 || ProcessState_Created || | ||
|- | |- | ||
| 1 || | | 1 || ProcessState_DebugAttached || | ||
|- | |- | ||
| 2 || | | 2 || ProcessState_DebugDetached || | ||
|- | |- | ||
| 3 || | | 3 || ProcessState_Crashed || Processes will not enter this state unless they were created with [[#CreateProcessInfo|EnableDebug]]. | ||
|- | |- | ||
| 4 || | | 4 || ProcessState_Running || | ||
|- | |- | ||
| 5 || | | 5 || ProcessState_Exiting || | ||
|- | |- | ||
| 6 || | | 6 || ProcessState_Exited || | ||
|- | |- | ||
| 7 || | | 7 || ProcessState_DebugSuspended || | ||
|} | |} | ||