---
title: Job
framework: swift
role: symbol
role_heading: Structure
path: swift/job
---

# Job

Deprecated equivalent of ExecutorJob.

## Declaration

```swift
@frozen struct Job
```

## Overview

Overview A unit of schedulable work. Unless you’re implementing a scheduler, you don’t generally interact with jobs directly.

## Topics

### Initializers

- [init(_:)](swift/job/init(_:)-6f0eq.md)
- [init(_:)](swift/job/init(_:)-6pzn2.md)

### Instance Properties

- [description](swift/job/description.md)
- [priority](swift/job/priority.md)

### Instance Methods

- [runSynchronously(on:)](swift/job/runsynchronously(on:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
