AcManager.Tools.GameProperties.RhmService.KeepRunning C# (CSharp) 메소드

KeepRunning() 개인적인 메소드

private KeepRunning ( ) : void
리턴 void
        private async void KeepRunning() {
            do {
                EnsureRunned();
                await _process.WaitForExitAsync();
            } while (Active);
        }