<!--
{
  "availability" : [
    "iOS: 7.1.0 -",
    "iPadOS: 7.1.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.2 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPRemoteCommandHandlerStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@E@MPRemoteCommandHandlerStatus"
  },
  "title" : "MPRemoteCommandHandlerStatus"
}
-->

# MPRemoteCommandHandlerStatus

Constants indicating the status of a command.

```
enum MPRemoteCommandHandlerStatus
```

## Topics

### Constants

[`MPRemoteCommandHandlerStatusSuccess`](/documentation/MediaPlayer/MPRemoteCommandHandlerStatus/success)

The requested command executed successfully.

[`MPRemoteCommandHandlerStatusNoSuchContent`](/documentation/MediaPlayer/MPRemoteCommandHandlerStatus/noSuchContent)

The requested command couldn’t execute because its required content isn’t available.

[`MPRemoteCommandHandlerStatusNoActionableNowPlayingItem`](/documentation/MediaPlayer/MPRemoteCommandHandlerStatus/noActionableNowPlayingItem)

The requested command couldn’t execute because no Now Playing item is available.

[`MPRemoteCommandHandlerStatusDeviceNotFound`](/documentation/MediaPlayer/MPRemoteCommandHandlerStatus/deviceNotFound)

The requested command couldn’t execute because a required device isn’t available.

[`MPRemoteCommandHandlerStatusCommandFailed`](/documentation/MediaPlayer/MPRemoteCommandHandlerStatus/commandFailed)

The requested command failed to execute.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)