Table of Contents

Interface IRuntimeStarter

Namespace
Tlabs.JobCntrl.Model.Intern
Assembly
Tlabs.JobCntrl.dll

Interface of a runtime-starter instance.

public interface IRuntimeStarter : IStarter, IModel, IDisposable
Inherited Members
Extension Methods

Properties

InternalStarter

Internal starter instance.

IStarter InternalStarter { get; }

Property Value

IStarter

IsStarted

True when starter activated.

bool IsStarted { get; set; }

Property Value

bool

Events

ActivationComplete

Event on completion of a starter activation.

event StarterActivationCompleter ActivationComplete

Event Type

StarterActivationCompleter

Remarks

Only fired if there are actual job(s) started.

ActivationFinalized

Event after finished completion of a starter activation.

event StarterActivationCompleter ActivationFinalized

Event Type

StarterActivationCompleter

Remarks

Only fired if there are actual job(s) started.

ActivationTriggered

Event on (before) starter activation.

event StarterActivationMonitor ActivationTriggered

Event Type

StarterActivationMonitor

Remarks

Only fired if there are actual job(s) started.