Updated doc

This commit is contained in:
Ovidiu Ciule
2020-01-14 14:40:07 +01:00
parent df0745985b
commit 1f633e188d

View File

@@ -74,7 +74,7 @@ It should return `None` if it is still running,
and an integer exit status, otherwise.
For the local process case, `Spawner.poll` uses `os.kill(PID, 0)`
to check if the local process is still running.
to check if the local process is still running. On Windows, it uses `psutil.pid_exists`.
### Spawner.stop