UploadState

During the upload process, the media file may change its upload state. This state can determine whether the file will be re-uploaded by a particular uploader, whether it is uploaded or is in a queue for upload.

Entries

Link copied to clipboard

Pending state. The file waits for the uploader to start uploading it.

Link copied to clipboard

Uploading status. This status means that the file is in the process of being uploaded.

Link copied to clipboard

Interrupt state. This status means that the file upload process was interrupted, but the uploaded can be continued.

Link copied to clipboard

Upload completion status. This status means that the upload process was completed successfully.

Link copied to clipboard

Error status. This status means that the upload process completed with an error. However, it may be tried to upload again later.

Link copied to clipboard

Critical error condition. This status means that the upload process was completed with a critical error, or the re-upload limit has been reached.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.