---
title: Task
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/component.ts#L7
---

# Task

## Summary

Task queued to run after a component update completes.

## Signature

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

```