Sprache

FileOperationStatus Enum

Definition

public enum FileOperationStatus
type FileOperationStatus = 
Inheritance
FileOperationStatus

Fields

Name Value Description
Unknown 0

Unknown status.

Android reference for android.os.storage.operations.FileOperationResult.STATUS_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Queued 1

The operation is queued and waiting to start.

Android reference for android.os.storage.operations.FileOperationResult.STATUS_QUEUED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InProgress 2

The operation is currently running.

Android reference for android.os.storage.operations.FileOperationResult.STATUS_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Finished 3

The operation finished successfully.

Android reference for android.os.storage.operations.FileOperationResult.STATUS_FINISHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Failed 4

The operation failed.

Android reference for android.os.storage.operations.FileOperationResult.STATUS_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to