---
title: TaskSequence
framework: webkit
role: symbol
role_heading: Associated Type
path: webkit/urlschemehandler/tasksequence
---

# TaskSequence

The type of sequence produced by the handler.

## Declaration

```swift
associatedtype TaskSequence : AsyncSequence where Self.TaskSequence.Element == URLSchemeTaskResult, Self.TaskSequence.Failure == any Error
```
