Share via


CLSActivity.Started Property

Definition

Gets a Boolean value that tells whether the activity is active.

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

Property Value

A Boolean value that tells whether the activity is active.

Attributes

Applies to