| AsyncWorker Methods |
The AsyncWorker type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachToThread |
Attaches to existing thread
| |
| HasFinished |
Resets the waiting flag for the operation finish.
| |
| Reset |
Resets the worker.
| |
| RunAsync |
Runs the action in an asynchronous thread.
| |
| Stop |
Stops the process.
| |
| WaitForFinish |
Sets the process to wait until the process finishes (sets the waiting flag). Call from the OnFinished event handler.
|