Language

FileOperationEnqueueResult.IsSuccessful Property

Definition

Returns true if the operation was successfully enqueued.

public bool IsSuccessful { [Android.Runtime.Register("isSuccessful", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isSuccessful", "()Z", "", ApiSince=37)>]
member this.IsSuccessful : bool

Property Value

Returns true if the operation was successfully enqueued.

Attributes

Remarks

Returns true if the operation was successfully enqueued.

Android reference for android.os.storage.operations.FileOperationEnqueueResult.isSuccessful.

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