System::Diagnostics::Process::WaitForExit メソッド
Process::WaitForExit() method
プロセスの終了を待機し、完了するまで戻りません。
void System::Diagnostics::Process::WaitForExit()
参照
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::WaitForExit(int) method
プロセスの終了を待機します。未実装です。
bool System::Diagnostics::Process::WaitForExit(int milliseconds)
| パラメーター | 型 | 説明 |
|---|---|---|
| ミリ秒 | int | 最大待機遅延。 |
ReturnValue
プロセスが終了していれば true、タイムアウトを超えた場合は false。
参照
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++