HORIBA C++ SDK
Library for HORIBA devices
|
Represents a platform agnostic interface for a process. More...
#include <process.h>
Public Member Functions | |
virtual | ~Process ()=default |
virtual void | start ()=0 |
Starts the process if not already started. | |
virtual bool | running ()=0 |
Returns whether the process is running or not. | |
virtual void | stop ()=0 |
Stops the process if currently running. | |
Represents a platform agnostic interface for a process.
|
virtualdefault |
|
pure virtual |
Returns whether the process is running or not.
Implemented in horiba::os::WindowsProcess.
|
pure virtual |
Starts the process if not already started.
Implemented in horiba::os::WindowsProcess.
|
pure virtual |
Stops the process if currently running.
Implemented in horiba::os::WindowsProcess.