BuildMaster SDK Reference
Version:
ExecuteCommandLine(string fileName) Method
Executes a process on the associated agent, blocking until the process terminates,
the action is canceled, or the action timeout is reached.
Syntax
protected
int ExecuteCommandLine(string fileName)
Parameters
- fileName
- Type: string
Full path of the process to start.
Returns
Exit code of the process.