FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

CreateProcess<'TRes> Type

Handle for creating a process and returning potential results.

Record fields

Record Field Description

Hook

Full Usage: Hook

Field type: IProcessHook<'TRes>
Field type: IProcessHook<'TRes>

InternalCommand

Full Usage: InternalCommand

Field type: Command
Field type: Command

InternalEnvironment

Full Usage: InternalEnvironment

Field type: EnvMap option
Field type: EnvMap option

InternalWorkingDirectory

Full Usage: InternalWorkingDirectory

Field type: string option
Field type: string option

Streams

Full Usage: Streams

Field type: StreamSpecs
Field type: StreamSpecs

TraceCommand

Full Usage: TraceCommand

Field type: bool
Field type: bool

Instance members

Instance member Description

this.Command

Full Usage: this.Command

Returns: Command
Returns: Command

this.CommandLine

Full Usage: this.CommandLine

Returns: string
Returns: string

this.Environment

Full Usage: this.Environment

Returns: EnvMap option
Returns: EnvMap option

this.WorkingDirectory

Full Usage: this.WorkingDirectory

Returns: string option
Returns: string option