JoinableTaskFactory.IsWaitingOnLongRunningTask 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.
Check whether the current joinableTask is waiting on a long running task.
protected:
bool IsWaitingOnLongRunningTask();
protected:
bool IsWaitingOnLongRunningTask();
bool IsWaitingOnLongRunningTask();
protected bool IsWaitingOnLongRunningTask ();
member this.IsWaitingOnLongRunningTask : unit -> bool
Protected Function IsWaitingOnLongRunningTask () As Boolean
Returns
Return true if the current synchronous task on the thread is waiting on a long running task.