  | ProcessHelperStartProcess Method  | 
 
            Start Process
            
 
    Namespace: 
   SHConnector.Utility.ProcessManager
    Assembly:
   SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntaxpublic 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: 
BooleanProcess Result
See Also