DkmAsyncBreakStatus 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.
Indicates the type of async-break that occurred.
public enum class DkmAsyncBreakStatus
public enum class DkmAsyncBreakStatus
enum DkmAsyncBreakStatus
public enum DkmAsyncBreakStatus
type DkmAsyncBreakStatus =
Public Enum DkmAsyncBreakStatus
- Inheritance
-
DkmAsyncBreakStatus
Fields
Name | Value | Description |
---|---|---|
ActiveBreak | 0 | An active thread was found inside the target process and the debugger used it to break. |
FrozenBreak | 1 | The target process appears to be deadlocked and was frozen to emulate break mode. |
ImmediateBreak | 2 | The caller of AsyncBreak requested an immediate break. The target process is frozen to emulate break mode. |