DkmThread.IsStoppingEventQueued(Boolean) Method

Definition

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.

Applies to