IContextSwitchOut.ThreadState Property
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.
Gets the state of the thread switching out.
public Nullable<Microsoft.Windows.EventTracing.Cpu.ThreadState> ThreadState { get; }
member this.ThreadState : Nullable<Microsoft.Windows.EventTracing.Cpu.ThreadState>
Public ReadOnly Property ThreadState As Nullable(Of ThreadState)
Property Value
Remarks
This value is not present when the thread switching out is the idle thread.