You are here: Start » AVL.NET » ProcessHelper Class

ProcessHelper Class

Helper class that allows to break currently executing functions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
ProcessHelper()

Properties

 NameTypeDescription
CurrentProgressValueSystem.SingleGets the current function progress

Methods

 NameDescription
CancelCurrentWork()Notifies currently executing function to return. The function will return as quick as possible but the actual return time depends on function.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ResetIsCurrentWorkCancelled()Calls off the function cancellation so future function calls will not be canceled any more.
ToString()Inherited from System.Object

Remarks

See also