Language

FileOperationResult.StatusQueued Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationStatus enum directly instead of this field.

The operation is queued and waiting to start.

[Android.Runtime.Register("STATUS_QUEUED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationStatus enum directly instead of this field.", true)]
public const Android.OS.Storage.Operations.FileOperationStatus StatusQueued = 1;
[<Android.Runtime.Register("STATUS_QUEUED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationStatus enum directly instead of this field.", true)>]
val mutable StatusQueued : Android.OS.Storage.Operations.FileOperationStatus

Field Value

Value = 1

Implements

Attributes

Remarks

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.

Applies to