Subprocess.getIdentifier

On UNIX, returns the process ID as a decimal string. On Windows, returns the result of GetProcessId() also as a string. If the subprocess has terminated, this will return %NULL.

class Subprocess
string
getIdentifier
()

Return Value

Type: string

the subprocess identifier, or %NULL if the subprocess has terminated

Meta

Since

2.40