Click or drag to resize

ModAsyncOperation Properties

The ModAsyncOperation type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
IEnumerator.Current imlementation.
Public propertyIsDone
Returns true if the async operation has finished or false if it is still running.
Public propertyIsSuccessful
Returns true if the async operation completed successfully or false if an error occurred.
Public propertyProgress
Get the current progress of the async operation. This is a normalized value between 0-1.
Public propertyProgressPercentage
Get the current progress percentage of the async operation.
Public propertyResult
Get the Object result of the async operation.
Public propertyStatus
Get the current status of the async operation.
Top
See Also