Language

FileOperationResult.Status Property

Definition

Returns the current status of the operation.

public int Status { [Android.Runtime.Register("getStatus", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getStatus", "()I", "", ApiSince=37)>]
member this.Status : int

Property Value

Value is one of the following: STATUS_UNKNOWN; STATUS_QUEUED; STATUS_IN_PROGRESS; STATUS_FINISHED; STATUS_FAILED

Attributes

Remarks

Returns the current status of the operation.

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

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