You are here: Start » FIL.NET » ProcessHelper Class
ProcessHelper Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Helper class that allows to break currently executing functions.
Constructors
Constructor | Description | |
---|---|---|
![]() | ProcessHelper() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | CurrentProgressValue | System.Single | Gets the current function progress |
![]() ![]() | IsCurrentWorkCancelled | System.Boolean | Gets if current function execution has been cancelled |
Methods
Name | Description | |
---|---|---|
![]() ![]() | 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 |