Table of Contents

Interface IJobControlCfg

Namespace
Tlabs.JobCntrl
Assembly
Tlabs.JobCntrl.dll

Interface of the JobControl's configuration.

public interface IJobControlCfg
Extension Methods

Properties

Jobs

Dictionary of runtime IJob(s).

IEnumerable<IJobCfg> Jobs { get; }

Property Value

IEnumerable<IJobCfg>

MasterModels

Master model's configuration.

IMasterCfg MasterModels { get; }

Property Value

IMasterCfg

Starters

Dictionary of runtime IStarter(s).

IEnumerable<IModelCfg> Starters { get; }

Property Value

IEnumerable<IModelCfg>