Click or drag to resize

ProcessHelperStartProcess Method

Start Process

Namespace:  SHConnector.Utility.ProcessManager
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool StartProcess(
	string StrExcutionProgram,
	string strArgument,
	bool UseOutput,
	bool UseError,
	int timeoutSeconds = 120
)

Parameters

StrExcutionProgram
Type: SystemString
Program
strArgument
Type: SystemString
Argu.
UseOutput
Type: SystemBoolean
Redirect Output
UseError
Type: SystemBoolean
Redirect Error
timeoutSeconds (Optional)
Type: SystemInt32
Limit Time

Return Value

Type: Boolean
Process Result
See Also