gpt4 book ai didi

c# - 处理 WaitForExit()

转载 作者:行者123 更新时间:2023-11-30 16:21:56 31 4
gpt4 key购买 nike

我在我的应用程序中使用以下语句:

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo.FileName = 'FileName';
process.Start();
process.WaitForExit(900000); // 15 minutes

它是如何工作的? 15 分钟后,如果“FileName”仍在运行/执行,process.WaitForExit(900000); 是否会终止进程?否则执行进入下一条语句而不杀死'FileName',即'FileName'继续运行直到执行完成?

最佳答案

是的,如果限时 WaitForExit 由于超过限制而返回,进程将继续运行。

关于c# - 处理 WaitForExit(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12838121/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com