Edit

Share via


CFRunLoop.IsWaiting Property

Definition

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.

Remarks

Applies to