mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
[macOS] Fix is_process_running
and kill
for bundled apps.
This commit is contained in:
parent
1d57b81d26
commit
1dfcbccfe6
3 changed files with 21 additions and 0 deletions
|
@ -422,6 +422,7 @@
|
|||
<description>
|
||||
Returns the exit code of a spawned process once it has finished running (see [method is_process_running]).
|
||||
Returns [code]-1[/code] if the [param pid] is not a PID of a spawned child process, the process is still running, or the method is not implemented for the current platform.
|
||||
[b]Note:[/b] Returns [code]-1[/code] if the [param pid] is a macOS bundled app process.
|
||||
[b]Note:[/b] This method is implemented on Android, Linux, macOS and Windows.
|
||||
</description>
|
||||
</method>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue