MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetFinished

Method GetFinished

src/ProcessingController.h:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 int GetFinished(){
42 std::lock_guard<std::mutex> lck (mtxFinished);
43 bool f = processingFinished;
44 return f;
45 }
46
47 void SetFinished(bool f){
48 std::lock_guard<std::mutex> lck (mtxFinished);

Callers 1

IsDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected