WorkerThread Methods

StopWait

(Channel as Integer)

Use the StopWait method during a wait period if you want to give up waiting for the thread job to complete. This means the job may continue on its own or hang and no further communications with it is possible. However, the next call will pick up another thread and work will continue as normal.

The use of this method is only recommended in cases where checking competition of the thread job is not important, like low priority database update. You can also set the MaxWaitTime to a lower value if that is what you want by design.

TakeCall

(Channel as Integer)

This method allows the programmer to override the graphical connections and transfer a call to any other control. See TakeCall.