Simply stops the application, using the given ApplicationStopper. This StopStrategy can be made system-specific by switching out its ApplicationStopper.
More...
#include <ArmarXCore/util/ScenarioManagerCommon/executor/Stop.h>
Simply stops the application, using the given ApplicationStopper. This StopStrategy can be made system-specific by switching out its ApplicationStopper.
Definition at line 39 of file Stop.h.
◆ Stop()
◆ getStopper()
Returns the stopper used by this StopStrategy.
- Returns
- stopper used by this strategy
Definition at line 42 of file Stop.cpp.
◆ stop()
Stops an application.
- Parameters
-
application | application to be stopped |
Implements StopStrategy.
Definition at line 36 of file Stop.cpp.
The documentation for this class was generated from the following files:
- ArmarXCore/util/ScenarioManagerCommon/executor/Stop.h
- ArmarXCore/util/ScenarioManagerCommon/executor/Stop.cpp