Contents

resolvePriority(for:with:)

Resolves the intended priority of the task.

Declaration

optional func resolvePriority(for intent: INSetTaskAttributeIntent, with completion: @escaping  @Sendable (INTaskPriorityResolutionResult) -> Void)
optional func resolvePriority(for intent: INSetTaskAttributeIntent) async -> INTaskPriorityResolutionResult

See Also

Resolving the Intent Parameters