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

Method IsWorkerThreadOnly

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

Source from the content-addressed store, hash-verified

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)
160 {

Callers 2

RemoveCommandMethod · 0.80
ListCurrentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected