MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetWorkerThreadOnly

Method SetWorkerThreadOnly

source/intercoms/include/G4UIcommand.hh:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 inline void SetToBeFlushed(G4bool val) { toBeFlushed = val; }
155 inline G4bool ToBeFlushed() const { return toBeFlushed; }
156 inline void SetWorkerThreadOnly(G4bool val = true) { workerThreadOnly = val; }
157 inline G4bool IsWorkerThreadOnly() const { return workerThreadOnly; }
158
159 inline void CommandFailed(G4int errCode, G4ExceptionDescription& ed)

Callers 2

AddNewCommandMethod · 0.80
CommandClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected