Please enable JavaScript to view this site.

Set communication flags for the process, before it is started: they can be read with the commFlags() method.

Syntax

setCommFlags(uint flags)

flags

Flags to be set

Result

(none)

Available flags are the following:

Label

Description

XProcess_Stdin

Data can be written to the process's standard input

XProcess_Stdout

Data can be read from the process's standard output

XProcess_Stderr

Data can be read from the process's standard error

XProcess_DupStderr

Both the process's standard error output and its standard output are written to its standard output

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC