|
Implements an interface to a UnitExecutionManagement.
init is called to initialize the unit before starting it. Virtual method which has to implemented by components inheriting from this interface.
start is called to start the unit. Virtual method which has to implemented by components inheriting from this interface.
stop is called to stopthe unit. Virtual method which has to implemented by components inheriting from this interface.
getExecutionState returns the execution state of the unit. Virtual method which has to implemented by components inheriting from this interface.
UnitExecutionState
|