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

Method CancelProcessing

src/ProcessingController.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void CancelProcessing(){
64 std::lock_guard<std::mutex> lck (mtxStop);
65 stopProcessing = true;
66 }
67
68 bool ShouldStop(){
69 std::lock_guard<std::mutex> lck (mtxStop);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected