MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetRunning

Method SetRunning

src/QueueOperation.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int QueueOperation::SetRunning(bool running) {
74 m_running = running;
75 return 0;
76}
77
78bool QueueOperation::GetRunning() const {
79 return m_running;

Callers 1

QueueLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected