|
|
Creates a new JobConfig using the default description 'PRO API job'. The job will be executed as soon as possible. throws ArgumentException if the arguments have null or empty values
public JobConfig(String projectName, String projectVersion, TimeSpan timeout, ProcedureCall procedureCall);
|
Parameters |
Description |
|
String projectName |
the name of the project |
|
String projectVersion |
the version of project |
|
TimeSpan timeout |
the maximum amount of time to run |
|
ProcedureCall procedureCall |
the ProcedureCall that will be invoked when starting this job |