MCPcopy Create free account
hub / github.com/MITK/MITK / IsRunning

Method IsRunning

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool QmitkPipInstaller::IsRunning() const
209{
210 return m_State != State::Idle && m_State != State::Done && m_State != State::Failed;
211}
212
213const std::vector<mitk::PipPackageInfo>& QmitkPipInstaller::GetResolvedPackages() const
214{

Callers 4

SetInstallSpecMethod · 0.95
StartInstallMethod · 0.95
closeEventMethod · 0.45
rejectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected