MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / stop

Method stop

src/plugins/binarytools/configure/binarytoolsmanager.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void ToolProcess::stop()
103{
104 if (process && process->state() != QProcess::NotRunning)
105 process->kill();
106}
107
108BinaryToolsManager::BinaryToolsManager(QObject *parent)
109 : QObject(parent)

Callers 1

stopToolMethod · 0.45

Calls 2

stateMethod · 0.45
killMethod · 0.45

Tested by

no test coverage detected