stop preprocessing before finishing it
| 116 | |
| 117 | // stop preprocessing before finishing it |
| 118 | void ClipProcessingJobs::CancelProcessing(){ |
| 119 | processingController.CancelProcessing(); |
| 120 | } |
| 121 | |
| 122 | // check if there is an error with the config |
| 123 | bool ClipProcessingJobs::GetError(){ |
nothing calls this directly
no outgoing calls
no test coverage detected