MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / cancel

Method cancel

utility/import_exporter.cpp:888–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 }
887
888 virtual void cancel() override {
889 if (process_id != -1) {
890 OS::get_singleton()->kill(process_id);
891 }
892 is_cancelled = true;
893 }
894
895 // We have to start the process on the main thread because of inscrutable WINPROC stuff.
896 virtual bool pre_run() override {

Callers 1

export_importsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected