process.child_running

process.child_running

process.child_running

Function

Determine whether the current Process object saves the child process handle.

Syntax

Parameters

No parameters.

Return value

TypeDescription
BoolReturns true if a child process handle exists, false otherwise.

Example

Notes

  • This method only checks whether the handle exists, not whether the process is still running.