Property: MasterApplication for LocalWorker
- Updated2024-09-12
- 1 minute(s) read
Properties > Property: MasterApplication for LocalWorker
Property: MasterApplication for LocalWorker
Specifies which master application started the Worker object. Use the MasterApplication property to request, for example, the value of a global variable such as R1 in the master. Do not use this property, for example, to start a script in the master because the worker waits until the master application answers.
Set oDispatch = Object.MasterApplication
| Object | LocalWorker Object with this property |
| oDispatch | Returned object Specifies which master application started the Worker object. |