JoinableTaskContext.HangDetails.HangDuration 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 length of time this hang has lasted so far.
public:
property TimeSpan HangDuration { TimeSpan get(); };
public TimeSpan HangDuration { get; }
member this.HangDuration : TimeSpan
Public ReadOnly Property HangDuration As TimeSpan