Share via


CXTransaction.Complete Property

Definition

Gets a value that tells whether the transaction is complete.

[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

true if the transaction is complete. Otherwise, false.

Attributes

Applies to