Method WaitForProcess
WaitForProcess(Process, int, bool, int)
Declaration
public static IEnumerator<Shell.ProcessStatus> WaitForProcess(Process process, int maxIdleTimeInMs, bool idleAsError, int yieldFrequencyInMs = 30)
Parameters
Type | Name | Description |
---|---|---|
Process | process | |
int | maxIdleTimeInMs | |
bool | idleAsError | |
int | yieldFrequencyInMs |
Returns
Type | Description |
---|---|
IEnumerator<Shell.ProcessStatus> |