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] – [list] jmgren:code:system:process [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 57: Line 57:
  
 ==== thisProcess ==== ==== thisProcess ====
-Returns a [[code:core:processhandle|ProcessHandle]] linked to the Actionaz process.+Returns a [[en:code:core:processhandle|ProcessHandle]] linked to the Actionaz process.
  
 === Syntax === === Syntax ===
Line 65: Line 65:
  
 === Returns === === Returns ===
-  * (array) a [[code:core:processhandle|ProcessHandle]] linked to the Actionaz process+  * (array) a [[en:code:core:processhandle|ProcessHandle]] linked to the Actionaz process
  
 ==== startDetached ==== ==== startDetached ====
-Starts a process in detached mode and returns a [[code:core:processhandle|ProcessHandle]] linked to it.+Starts a process in detached mode and returns a [[en:code:core:processhandle|ProcessHandle]] linked to it.
 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:core:processhandle|ProcessHandle]] linked to the started process+  * (array) a [[en:code:core:processhandle|ProcessHandle]] linked to the started process
  
 === Exceptions === === Exceptions ===
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.1303332804.txt.gz · Last modified: (external edit)