User Tools

Site Tools


en:code:system:process

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:code:system:process [2011/04/20 20:53] – [startDetached] jmgren:code:system:process [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 97: Line 97:
  
 ==== handle ==== ==== handle ====
-Returns a [[code:core:processhandle|ProcessHandle]] linked to the started process+Returns a [[en:code:core:processhandle|ProcessHandle]] linked to the started process
  
 === Syntax === === Syntax ===
Line 105: Line 105:
  
 === Returns === === Returns ===
-  * ([[code:core:processhandle|ProcessHandle]]) a [[code:core:processhandle|ProcessHandle]] linked to the started process+  * ([[en:code:core:processhandle|ProcessHandle]]) a [[en:code:core:processhandle|ProcessHandle]] linked to the started process
  
 ==== id ==== ==== id ====
Line 188: Line 188:
  
 ==== readError ==== ==== readError ====
-Returns the content of the standard error output as a [[code:core:rawdata|RawData]].+Returns the content of the standard error output as a [[en:code:core:rawdata|RawData]].
 === Syntax === === Syntax ===
 <code javascript> <code javascript>
Line 195: Line 195:
  
 === Returns === === Returns ===
-  * ([[code:core:rawdata|RawData]]) the content of the standard error output as a [[code:core:rawdata|RawData]]+  * ([[en:code:core:rawdata|RawData]]) the content of the standard error output as a [[en:code:core:rawdata|RawData]]
  
 ==== read ==== ==== read ====
-Returns the content of the standard output as a [[code:core:rawdata|RawData]].+Returns the content of the standard output as a [[en:code:core:rawdata|RawData]].
 === Syntax === === Syntax ===
 <code javascript> <code javascript>
Line 205: Line 205:
  
 === Returns === === Returns ===
-  * ([[code:core:rawdata|RawData]]) the content of the standard output as a [[code:core:rawdata|RawData]]+  * ([[en:code:core:rawdata|RawData]]) the content of the standard output as a [[en:code:core:rawdata|RawData]]
  
 ==== readErrorText ==== ==== readErrorText ====
Line 219: Line 219:
  
 === Arguments === === Arguments ===
-  - encoding - ([[code:core:global#encoding|Encoding]]) the encoding to use+  - encoding - ([[en:code:core:global#encoding|Encoding]]) the encoding to use
  
 === Returns === === Returns ===
Line 236: Line 236:
  
 === Arguments === === Arguments ===
-  - encoding - ([[code:core:global#encoding|Encoding]]) the encoding to use+  - encoding - ([[en:code:core:global#encoding|Encoding]]) the encoding to use
  
 === Returns === === Returns ===
Line 309: Line 309:
 === Arguments === === Arguments ===
   - text - (string) the text to write   - text - (string) the text to write
-  - encoding - ([[code:core:global#encoding|Encoding]]) the encoding to use+  - encoding - ([[en:code:core:global#encoding|Encoding]]) the encoding to use
  
 === Returns === === Returns ===
en/code/system/process.1303332824.txt.gz · Last modified: (external edit)