WaitStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class WaitStatus
public enum WaitStatus
type WaitStatus =
Public Enum WaitStatus
- Inheritance
-
WaitStatus
Fields
Name | Value | Description |
---|---|---|
WAIT_OBJECT_0 | 0 | |
WAIT_ABANDONED | 1 | |
WAIT_TIMEOUT | 2 | |
WAIT_FAILED | 3 |