DIAdem Help

Property: Application for Worker

  • Updated2024-09-12
  • 1 minute(s) read

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
ObjectWorker
Object with this property
oDispatchReturned object
Specifies in which application the Worker object runs.