Click or drag to resize
AsyncWorker Methods

The AsyncWorker type exposes the following members.

Methods
  NameDescription
Public methodAttachToThread
Attaches to existing thread
Public methodHasFinished
Resets the waiting flag for the operation finish.
Public methodReset
Resets the worker.
Public methodRunAsync
Runs the action in an asynchronous thread.
Public methodStop
Stops the process.
Public methodWaitForFinish
Sets the process to wait until the process finishes (sets the waiting flag). Call from the OnFinished event handler.
Top
See Also