---
title: PHContentEditingInputCancelledKey
framework: photos
role: symbol
role_heading: Global Variable
path: photos/phcontenteditinginputcancelledkey
---

# PHContentEditingInputCancelledKey

## PHContentEditingInputCancelledKey

PHContentEditingInputCancelledKey Global Variable of Photos A Boolean value indicating whether the image request was canceled. (`NSNumber`)

``` let PHContentEditingInputCancelledKey: String ```

Discussion

If you call the [cancelContentEditingInputRequest(_:)](/documentation/photos/phasset/cancelcontenteditinginputrequest(_:)) method to cancel a request, Photos calls your result handler block with the value `true` for this key.
