MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / Stop

Method Stop

Source/Compiler/Private/FCSharpCompilerRunnable.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void FCSharpCompilerRunnable::Stop()
90{
91 bIsStopped = true;
92
93 if (Event != nullptr)
94 {
95 Event->Trigger();
96 }
97}
98
99void FCSharpCompilerRunnable::Exit()
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected