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

Method CancelProcessing

src/ClipProcessingJobs.cpp:118–120  ·  view source on GitHub ↗

stop preprocessing before finishing it

Source from the content-addressed store, hash-verified

116
117// stop preprocessing before finishing it
118void ClipProcessingJobs::CancelProcessing(){
119 processingController.CancelProcessing();
120}
121
122// check if there is an error with the config
123bool ClipProcessingJobs::GetError(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected