CFRunLoop.IsWaiting 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.
Indicates that the run loop is currently waiting for an event.
public bool IsWaiting { get; }
member this.IsWaiting : bool
Property Value
true
if the run loop is waiting for an event, false
otherwise.