Share via


CXAction.Complete Property

Definition

Gets or sets a value that tells whether the action has already completed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Complete { [Foundation.Export("isComplete")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isComplete")>]
member this.Complete : bool

Property Value

A value that tells whether the action has already completed.

Attributes

Applies to