Share via


IINSetTaskAttributeIntentHandling.ResolveStatus Method

Definition

Developers may implement this method to customize the resolution of the task status.

[Foundation.Export("resolveStatusForSetTaskAttribute:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveStatus(Intents.INSetTaskAttributeIntent intent, Action<Intents.INTaskStatusResolutionResult> completion);
[<Foundation.Export("resolveStatusForSetTaskAttribute:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveStatus : Intents.INSetTaskAttributeIntent * Action<Intents.INTaskStatusResolutionResult> -> unit
override this.ResolveStatus : Intents.INSetTaskAttributeIntent * Action<Intents.INTaskStatusResolutionResult> -> unit

Parameters

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INTaskStatusResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to