AWSContentStatusType Constants Reference

Declared in AWSContentManager.h

AWSContentStatusType

Status of content item download.

Definition

typedef NS_ENUM(NSInteger, AWSContentStatusType ) {
   AWSContentStatusTypeUnknown,
   AWSContentStatusTypeNotStarted,
   AWSContentStatusTypeRunning,
   AWSContentStatusTypeCompleted,
   AWSContentStatusTypeFailed,
};

Constants

AWSContentStatusTypeUnknown

Unknown status. This should not happen.

Declared In AWSContentManager.h.

AWSContentStatusTypeNotStarted

Has been created but has not started running yet.

Declared In AWSContentManager.h.

AWSContentStatusTypeRunning

Is running and transferring data from/to the remote server.

Declared In AWSContentManager.h.

AWSContentStatusTypeCompleted

Has completed transferring data from/to the remote server.

Declared In AWSContentManager.h.

AWSContentStatusTypeFailed

Has failed to transfer data from/to the remote server.

Declared In AWSContentManager.h.

Declared In

AWSContentManager.h