Interface IJobControlCfg
Interface of the JobControl's configuration.
public interface IJobControlCfg
- Extension Methods
Properties
Jobs
Dictionary of runtime IJob(s).
IEnumerable<IJobCfg> Jobs { get; }
Property Value
MasterModels
Master model's configuration.
IMasterCfg MasterModels { get; }
Property Value
Starters
Dictionary of runtime IStarter(s).
IEnumerable<IModelCfg> Starters { get; }