AbstractLifecycle

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

Destroy
void Destroy()
Undocumented in source.
Initialize
void Initialize()
Undocumented in source.
IsRunning
bool IsRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
IsStopped
bool IsStopped()
Undocumented in source. Be warned that the author may not have intended to support it.
Start
void Start()
Undocumented in source. Be warned that the author may not have intended to support it.
Stop
void Stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_isRunning
bool _isRunning;
Undocumented in source.

Inherited Members

From Lifecycle

Start
void Start()

Start this component. <p>Should not throw an exception if the component is already running. <p>In the case of a container, this will propagate the start signal to all components that apply.

Stop
void Stop()

Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.

IsRunning
bool IsRunning()

Check whether this component is currently running. @return whether the component is currently running

Meta