//apple_ref/c/tdef/PINAnimatedImageStatus The processing status of the animated image. PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusUnprocessed No work has been done. PINAnimatedImageStatusUnprocessed PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusInfoProcessed Info about the animated image and the cover image are available. PINAnimatedImageStatusInfoProcessed PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusFirstFileProcessed At least one set of frames has been decoded to a file. It's safe to start playback. PINAnimatedImageStatusFirstFileProcessed PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusProcessed The entire animated image has been processed. PINAnimatedImageStatusProcessed PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusCanceled Processing was canceled. PINAnimatedImageStatusCanceled PINAnimatedImage.h //apple_ref/c/econst/PINAnimatedImageStatusError There was an error in processing. PINAnimatedImageStatusError PINAnimatedImage.h