BuildMaster SDK Reference
Version:
ExecuteCommandLine(Inedo.Agents.RemoteProcessStartInfo startInfo) Method
Executes a command line process on the provider's agent.
Syntax
protected
ProviderBase.ProcessResults ExecuteCommandLine(Inedo.Agents.RemoteProcessStartInfo startInfo)
Parameters
- startInfo
- Type: Inedo.Agents.RemoteProcessStartInfo
The process start info.
Returns
Results of the process.
Exceptions
System.ArgumentNullException
|
startInfo is null (Nothing in Visual Basic).
|