Share via


IBinder.IsReady Property

Definition

If the binder is ready to execute tasks.

public bool IsReady { get; }
member this.IsReady : bool
Public ReadOnly Property IsReady As Boolean

Property Value

Remarks

Reasons not be be ready include initialization not complete, or already busy on another task.

Applies to