System::Diagnostics::Process::WaitForExit method
Process::WaitForExit() method
Wacht tot het proces afsluit, keert pas terug wanneer het voltooid is.
void System::Diagnostics::Process::WaitForExit()
Zie ook
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::WaitForExit(int) method
Wacht tot het proces afsluit. Niet geïmplementeerd.
bool System::Diagnostics::Process::WaitForExit(int milliseconds)
| Parameter | Type | Beschrijving |
|---|---|---|
| milliseconden | int | Maximale wachttijd. |
ReturnValue
Waar als het proces is voltooid, onwaar als de time-out wordt overschreden.
Zie ook
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++