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

ProcessHelper Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Helper class that allows to break currently executing functions.

Constructors

 ConstructorDescription
ProcessHelper()

Properties

 NameTypeDescription
CurrentProgressValueSystem.SingleGets the current function progress
IsCurrentWorkCancelledSystem.BooleanGets if current function execution has been cancelled

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