ContentsIndexHome
PreviousUpNext
JobConfig.JobConfig Constructor (string, string, string, TimeSpan, ProcedureCall)

Creates a new JobConfig. The job will be executed as soon as possible. throws ArgumentException if the arguments have null or empty values

C#
public JobConfig(string projectName, string projectVersion, string description, TimeSpan timeout, ProcedureCall procedureCall);
Parameters 
Description 
string projectName 
the name of the project 
string projectVersion 
the version of project 
string description 
the description of the to created job 
TimeSpan timeout 
the maximum amount of time to run 
ProcedureCall procedureCall 
the ProcedureCall that will be invoked when starting this job 
Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved