godot/doc
Rémi Verschelde 80e66a6214 Improve return value of OS.execute in blocking/non-blocking variants
Initialized the PID to -2, which will be the value returns in blocking-
mode where the PID is not available. (-1 was already taken to signify an
execution failure).

OS::execute will now properly return a non-OK error code when it fails
to execute the target file.

The documentation was rewritten to be very clear about the differences
between blocking and non-blocking mode.

Fixes #19056.

(cherry picked from commit f392650be2)
2018-11-01 11:39:20 +01:00
..
classes Improve return value of OS.execute in blocking/non-blocking variants 2018-11-01 11:39:20 +01:00
tools Documentation tool does not add escapes to code and codeblocks 2018-02-19 22:28:03 +01:00
Doxyfile Add a Makefile to generate classes doc in various formats 2015-12-13 00:01:04 +01:00
Makefile makerst: Fix support for module classes 2017-10-14 15:22:06 +02:00