<!--
{
  "availability" : [
    "*: -",
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Job",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:12_Concurrency3JobV"
  },
  "title" : "Job"
}
-->

# Job

Deprecated equivalent of [`ExecutorJob`](/documentation/Swift/ExecutorJob).

```
@frozen struct Job
```

## Overview

A unit of schedulable work.

Unless you’re implementing a scheduler,
you don’t generally interact with jobs directly.

## Topics

### Initializers

[`init(UnownedJob)`](/documentation/Swift/Job/init(_:)-6f0eq)

[`init(ExecutorJob)`](/documentation/Swift/Job/init(_:)-6pzn2)

### Instance Properties

[`var description: String`](/documentation/Swift/Job/description)

[`var priority: JobPriority`](/documentation/Swift/Job/priority)

### Instance Methods

[`func runSynchronously(on: UnownedSerialExecutor)`](/documentation/Swift/Job/runSynchronously(on:))

Run this job on the passed in executor.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)