Click or drag to resize

TaskWorker methods

The TaskWorker Type exposes the following members.

Methods
 NameDescription of the
Public MethodBreakTask Cancel the task.
Public MethodContinueTask Allows the paused TaskWorker to continue running.
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Tidying up here.
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodHaltTask Attempts to stop the TaskWorker (Loop+Sleep).
Public MethodOnTaskProgressChanged Reports the task progress to routines that are in TaskProgressChanged have mounted.
Public MethodOnTaskProgressFinished Reports the end of the task to routines that are in TaskProgressFinished have been added.
Public MethodRunTask(ActionTaskWorker) Starts the processing of an asynchronous task (is itself still synchronous).
Public MethodRunTask(ActionTaskWorker, Object, Object) Starts the processing of an asynchronous task (is itself still synchronous).
Public MethodWaitForTask Waits for the task to finish.
Back to the top
See also