<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSURLHandle/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSURLHandleStatus"
  },
  "title" : "NSURLHandle.Status"
}
-->

# NSURLHandle.Status

These following constants are defined by `NSURLHandle` and are returned by [`status`](/documentation/Foundation/NSURLHandle/status-c.method).

```
enum Status
```

## Topics

### Constants

[`NSURLHandleNotLoaded`](/documentation/Foundation/NSURLHandle/Status-swift.enum/notLoaded)

The resource data has not been loaded.

[`NSURLHandleLoadSucceeded`](/documentation/Foundation/NSURLHandle/Status-swift.enum/loadSucceeded)

The resource data was successfully loaded.

[`NSURLHandleLoadInProgress`](/documentation/Foundation/NSURLHandle/Status-swift.enum/loadInProgress)

The resource data is in the process of loading.

[`NSURLHandleLoadFailed`](/documentation/Foundation/NSURLHandle/Status-swift.enum/loadFailed)

The resource data failed to load.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)