---
title: Task
---

# Task

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/component.ts#L7" target="_blank">View Source</a>

## Summary

Task queued to run after a component update completes.

## Signature

```ts
type Task = (signal: AbortSignal) => void;

```