Interface IRuntimeStarter
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
IsStarted
True when starter activated.
bool IsStarted { get; set; }
Property Value
Events
ActivationComplete
Event on completion of a starter activation.
event StarterActivationCompleter ActivationComplete
Event Type
Remarks
Only fired if there are actual job(s) started.
ActivationFinalized
Event after finished completion of a starter activation.
event StarterActivationCompleter ActivationFinalized
Event Type
Remarks
Only fired if there are actual job(s) started.
ActivationTriggered
Event on (before) starter activation.
event StarterActivationMonitor ActivationTriggered
Event Type
Remarks
Only fired if there are actual job(s) started.