Property: Application for Worker
- Updated2024-09-12
- 1 minute(s) read
Properties > Property: Application for Worker
Property: Application for Worker
Specifies in which application the Worker object runs. Use the Application property to, for example, request the value of a global variable, such as R1, in order to check the progress in the worker. The worker does not answer until it is no longer busy. In this time the master does not execute any other commands. Therefore you should only use this property in exceptional cases.
Set oDispatch = Object.Application
| Object | Worker Object with this property |
| oDispatch | Returned object Specifies in which application the Worker object runs. |