mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 17:49:26 +02:00
Update wikipage Process and BaseProcess. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1916 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -26,13 +26,24 @@ On the `BASE_PROCESS` object, it is possible to configure the execution.
|
|||||||
** check other `redirect_*` routines.
|
** check other `redirect_*` routines.
|
||||||
|
|
||||||
== Platform-specific settings ==
|
== Platform-specific settings ==
|
||||||
There are also platform dependent settings, such as:
|
|
||||||
* Only for Unix
|
{| class="wikitable" style="width: auto; margin: 0px auto;"
|
||||||
** `is_terminal_control_enabled: BOOLEAN`: If True, the launched process will have terminal control over standard input, output and error. (Has effect only when `is_launched_in_new_process_group' is True).
|
|-
|
||||||
* Only for Windows
|
! style="border-style: solid; text-align: center; font-weight: 500;" ! Feature
|
||||||
** `hidden: BOOLEAN`: if True, the process will be launched silently (no console window will prompt out).
|
! style="border-style: solid; text-align: center; font-weight: 500;" ! Description
|
||||||
** `separate_console: BOOLEAN`: if True, the process will be launched with a new console instead of inheriting parent's console.
|
|-
|
||||||
** `detached_console: BOOLEAN`: if True, the process will be launched without any console ?
|
| colspan="2" | {{Caution|Only for Unix}}
|
||||||
|
|-
|
||||||
|
| `is_terminal_control_enabled` || If True, the launched process will have terminal control over standard input, output and error. {{Note|Has effect only when `is_launched_in_new_process_group` is True.}}
|
||||||
|
|-
|
||||||
|
| colspan="2" | {{Caution|Only for Windows}}
|
||||||
|
|-
|
||||||
|
| `hidden` || If True, the process will be launched silently (no console window will prompt out).
|
||||||
|
|-
|
||||||
|
| `separate_console` || If True, the process will be launched with a new console instead of inheriting parent's console.
|
||||||
|
|-
|
||||||
|
| `detached_console` || If True, the process will be launched without any console.
|
||||||
|
|}
|
||||||
|
|
||||||
== Execution control ==
|
== Execution control ==
|
||||||
{| class="wikitable" style="width: auto; margin: 0px auto;"
|
{| class="wikitable" style="width: auto; margin: 0px auto;"
|
||||||
|
|||||||
Reference in New Issue
Block a user