Table of Contents

Interface IMasterCfg

Namespace
Tlabs.JobCntrl
Assembly
Tlabs.JobCntrl.dll

Interface of the master model configuration.

public interface IMasterCfg
Extension Methods

Properties

Jobs

Dictionary of job(s) of MasterJob(s).

IReadOnlyDictionary<string, MasterJob> Jobs { get; }

Property Value

IReadOnlyDictionary<string, MasterJob>

Starters

Dictionary of starter(s) of MasterStarter(s).

IReadOnlyDictionary<string, MasterStarter> Starters { get; }

Property Value

IReadOnlyDictionary<string, MasterStarter>