Click or drag to resize

ModAsyncOperationIsSuccessful Property

Returns true if the async operation completed successfully or false if an error occurred.

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsSuccessful { get; }

Property Value

Type: Boolean
See Also