Stops or kills applications on Linux based on their name.
Stops or kills applications on Linux based on their pid.
ApplicationStopperPtr getPidStopper() override
Creates a PidStopperLinux and returns it.
ApplicationStopperPtr getByNameStopper() override
Creates a ByNameStopperLinux and returns it.
std::shared_ptr< ApplicationStopper > ApplicationStopperPtr