SVC: Difference between revisions

TuxSH (talk | contribs)
TuxSH (talk | contribs)
Line 1,552: Line 1,552:
| 0 || ProcessState_Created ||
| 0 || ProcessState_Created ||
|-
|-
| 1 || ProcessState_DebugAttached ||
| 1 || ProcessState_CreatedAttached ||
|-
|-
| 2 || ProcessState_DebugDetached ||
| 2 || ProcessState_Started ||
|-
|-
| 3 || ProcessState_Crashed || Processes will not enter this state unless they were created with [[#CreateProcessInfo|EnableDebug]].
| 3 || ProcessState_Crashed || Processes will not enter this state unless they were created with [[#CreateProcessInfo|EnableDebug]].
|-
|-
| 4 || ProcessState_Running ||
| 4 || ProcessState_StartedAttached ||
|-
|-
| 5 || ProcessState_Exiting ||
| 5 || ProcessState_Exiting ||