Properties

Link copied to clipboard
abstract var cwd: Any?
Link copied to clipboard
abstract var encoding: Any?
Link copied to clipboard
abstract var env: ProcessEnv?
Link copied to clipboard
abstract var gid: Double?
Link copied to clipboard
abstract var input: Any?
Link copied to clipboard
abstract var killSignal: Any?
Link copied to clipboard
abstract var maxBuffer: Double?
Link copied to clipboard
abstract var shell: Any?
Link copied to clipboard
abstract var stdio: StdioOptions?

Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. If passed as an array, the first element is used for stdin, the second for stdout, and the third for stderr. A fourth element can be used to specify the stdio behavior beyond the standard streams. See {@link ChildProcess.stdio} for more information.

Link copied to clipboard
abstract var timeout: Double?
Link copied to clipboard
abstract var uid: Double?
Link copied to clipboard
abstract var windowsHide: Boolean?