DkmComputeThreadState 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.
Compute thread state flags.
This enumeration supports a bitwise combination of its member values.
public enum class DkmComputeThreadState
public enum class DkmComputeThreadState
enum DkmComputeThreadState
[System.Flags]
public enum DkmComputeThreadState
[<System.Flags>]
type DkmComputeThreadState =
Public Enum DkmComputeThreadState
- Inheritance
-
DkmComputeThreadState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Not a valid compute thread state. |
Active | 1 | Compute thread is active. |
Divergent | 2 | Compute thread is divergent. |
Blocked | 4 | Compute thread is blocked. |
Unused | 8 | Compute thread is unused. |
NotStarted | 16 | Compute thread is not started. |
Completed | 32 | Compute thread is completed. |