IFuture.State.Success Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The task completed with a result.
[Android.Runtime.Register("SUCCESS", ApiSince=36)]
public static Java.Util.Concurrent.IFuture.State Success { get; }
[<Android.Runtime.Register("SUCCESS", ApiSince=36)>]
static member Success : Java.Util.Concurrent.IFuture.State
Property Value
The task completed with a result.
- Attributes
Remarks
The task completed with a result.
Java reference for java.util.concurrent.Future.State.SUCCESS.