Click or drag to resize

ModAsyncOperationIsDone Property

Returns true if the async operation has finished or false if it is still running.

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

Property Value

Type: Boolean
See Also