en:code:system:process
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:code:system:process [2011/04/20 20:53] – [list] jmgr | en:code:system:process [2021/02/13 11:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| ==== thisProcess ==== | ==== thisProcess ==== | ||
| - | Returns a [[code: | + | Returns a [[en:code: |
| === Syntax === | === Syntax === | ||
| Line 65: | Line 65: | ||
| === Returns === | === Returns === | ||
| - | * (array) a [[code: | + | * (array) a [[en:code: |
| ==== startDetached ==== | ==== startDetached ==== | ||
| - | Starts a process in detached mode and returns a [[code: | + | Starts a process in detached mode and returns a [[en:code: |
| You will have lesser control on the process than in attached mode, but it will be independent of the current execution. | You will have lesser control on the process than in attached mode, but it will be independent of the current execution. | ||
| Line 88: | Line 88: | ||
| === Returns === | === Returns === | ||
| - | * (array) a [[code: | + | * (array) a [[en:code: |
| === Exceptions === | === Exceptions === | ||
| Line 97: | Line 97: | ||
| ==== handle ==== | ==== handle ==== | ||
| - | Returns a [[code: | + | Returns a [[en:code: |
| === Syntax === | === Syntax === | ||
| Line 105: | Line 105: | ||
| === Returns === | === Returns === | ||
| - | * ([[code: | + | * ([[en:code: |
| ==== id ==== | ==== id ==== | ||
| Line 188: | Line 188: | ||
| ==== readError ==== | ==== readError ==== | ||
| - | Returns the content of the standard error output as a [[code: | + | Returns the content of the standard error output as a [[en:code: |
| === Syntax === | === Syntax === | ||
| <code javascript> | <code javascript> | ||
| Line 195: | Line 195: | ||
| === Returns === | === Returns === | ||
| - | * ([[code: | + | * ([[en:code: |
| ==== read ==== | ==== read ==== | ||
| - | Returns the content of the standard output as a [[code: | + | Returns the content of the standard output as a [[en:code: |
| === Syntax === | === Syntax === | ||
| <code javascript> | <code javascript> | ||
| Line 205: | Line 205: | ||
| === Returns === | === Returns === | ||
| - | * ([[code: | + | * ([[en:code: |
| ==== readErrorText ==== | ==== readErrorText ==== | ||
| Line 219: | Line 219: | ||
| === Arguments === | === Arguments === | ||
| - | - encoding - ([[code: | + | - encoding - ([[en:code: |
| === Returns === | === Returns === | ||
| Line 236: | Line 236: | ||
| === Arguments === | === Arguments === | ||
| - | - encoding - ([[code: | + | - encoding - ([[en:code: |
| === Returns === | === Returns === | ||
| Line 309: | Line 309: | ||
| === Arguments === | === Arguments === | ||
| - text - (string) the text to write | - text - (string) the text to write | ||
| - | - encoding - ([[code: | + | - encoding - ([[en:code: |
| === Returns === | === Returns === | ||
en/code/system/process.1303332804.txt.gz · Last modified: (external edit)
