Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
StartProcess
.
Dispose
()
Method
Namespace
Statiq
.Core
Type
StartProcess
Constructors
StartProcess
(Config
<string>
)
StartProcess
(Config
<string>
,
Config
<string>
)
Field Members
ErrorData
ExitCode
Method Members
AfterExecution
(IExecutionContext,
ExecutionOutputs)
AfterExecutionAsync
(IExecutionContext,
ExecutionOutputs)
AsBackground
(bool,
bool)
BeforeExecution
(IExecutionContext)
BeforeExecutionAsync
(IExecutionContext)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
TValue>
)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
Task
<TValue>
>
)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
IExecutionContext,
TValue>
)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
IExecutionContext,
Task
<TValue>
>
)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
IDocument,
IExecutionContext,
TValue>
)
CombineConfig
<TValue>
(string,
Config
<TValue>
,
Func
<TValue,
TValue,
IDocument,
IExecutionContext,
Task
<TValue>
>
)
ContinueOnError
(Config
<bool>
)
Dispose
()
ExecuteAsync
(IExecutionContext)
ExecuteConfig
(IDocument,
IExecutionContext,
IMetadata)
ExecuteConfigAsync
(IDocument,
IExecutionContext,
IMetadata)
ExecuteContextAsync
(IExecutionContext)
ExecuteInputAsync
(IDocument,
IExecutionContext)
Finally
(IExecutionContext)
FinallyAsync
(IExecutionContext)
GetConfig
(string)
GetConfig
<TValue>
(string)
HideArguments
(Config
<bool>
)
KeepContent
(Config
<bool>
)
LogErrors
(Config
<bool>
)
LogOutput
(Config
<bool>
)
OnlyOnce
(bool)
SetConfig
(string,
IConfig)
TryGetConfig
(string,
IConfig)
WithArgument
(Config
<string>
,
bool)
WithArgument
(Config
<string>
,
Config
<string>
,
bool)
WithArgument
(Config
<
Start
Process
Argument>
)
WithArguments
(Config
<IReadOnlyList
<
Start
Process
Argument>
>
)
With
Environment
Variable
(Config
<KeyValuePair
<string,
string>
>
)
With
Environment
Variables
(Config
<IEnumerable
<KeyValuePair
<string,
string>
>
>
)
WithErrorExitCode
(Func
<int,
bool>
)
WithTimeout
(Config
<int>
)
WithWorkingDirectory
(Config
<string>
)
Property Members
Configs
Force
Document
Execution
Parallel
Namespace
Statiq
.Core
Containing Type
StartProcess
Implements
IDisposable.Dispose
()
Syntax
public void Dispose()
On This Page
Syntax