DkmThread.IsStoppingEventQueued(Boolean) Method
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 if the given thread has a stopping event in the queue. This information is used by the execution manager to decide if a thread may be slipped.
public:
bool IsStoppingEventQueued(bool IgnoreAsyncBreakEvents);
public:
bool IsStoppingEventQueued(bool IgnoreAsyncBreakEvents);
bool IsStoppingEventQueued(bool IgnoreAsyncBreakEvents);
public bool IsStoppingEventQueued (bool IgnoreAsyncBreakEvents);
member this.IsStoppingEventQueued : bool -> bool
Public Function IsStoppingEventQueued (IgnoreAsyncBreakEvents As Boolean) As Boolean
Parameters
- IgnoreAsyncBreakEvents
- Boolean
[In] If true, the dispatcher will ignore async break events when searching for stopping events.
Returns
[Out] True if the thread has a queued stopping event.