Compartilhar via


DkmComputeThreadState Enum

Definition

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

Active 1

Compute thread is active.

Blocked 4

Compute thread is blocked.

Completed 32

Compute thread is completed.

Divergent 2

Compute thread is divergent.

NotStarted 16

Compute thread is not started.

Unknown 0

Not a valid compute thread state.

Unused 8

Compute thread is unused.

Applies to