Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ IsRunning
Method
IsRunning
PerformanceMonitor/TargetProgram.cs:230–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
public bool IsRunning()
231
{
232
if (_Process == null)
233
return false;
234
return !_Process.HasExited;
235
}
236
237
public void Start(string path, string workDirectory)
238
{
Callers
2
MainForm_FormClosing
Method · 0.80
timer_main_Tick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected