14#ifndef TGO4LOCALCOMMANDRUNNABLE_H
15#define TGO4LOCALCOMMANDRUNNABLE_H
40 Int_t
Run(
void *)
override;
Runnable which executes all local commands on the server side to prevent gui from blocking.
Int_t Run(void *) override
The working function which runs in the thread.
TGo4LocalCommandRunnable()
TGo4LocalCommandRunnable(const char *name, TGo4Task *task)
virtual ~TGo4LocalCommandRunnable()
Base class for all go4 runnables.