Line 1,546: |
Line 1,546: |
| |} | | |} |
| | | |
− | == ProcessEvent == | + | == ProcessState == |
| {| class=wikitable | | {| class=wikitable |
| ! Value || Name || Notes | | ! Value || Name || Notes |
| |- | | |- |
− | | 0 || ProcessEvent_Created || | + | | 0 || ProcessState_Created || |
| |- | | |- |
− | | 1 || ProcessEvent_DebugAttached || | + | | 1 || ProcessState_DebugAttached || |
| |- | | |- |
− | | 2 || ProcessEvent_DebugDetached || | + | | 2 || ProcessState_DebugDetached || |
| |- | | |- |
− | | 3 || ProcessEvent_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 || ProcessEvent_Running || | + | | 4 || ProcessState_Running || |
| |- | | |- |
− | | 5 || ProcessEvent_Exiting || | + | | 5 || ProcessState_Exiting || |
| |- | | |- |
− | | 6 || ProcessEvent_Exited || | + | | 6 || ProcessState_Exited || |
| |- | | |- |
− | | 7 || ProcessEvent_DebugSuspended || | + | | 7 || ProcessState_DebugSuspended || |
| |} | | |} |
| | | |