Process Class.
More...
#include <Process.h>
◆ Ptr
◆ ~Process()
◆ Process()
sese::system::Process::Process |
( |
| ) |
|
|
privatedefault |
◆ createEx()
◆ getCurrentProcessId()
◆ getProcessId()
Get the process ID
- Returns
- Process object ID
References impl.
◆ kill()
bool Process::kill |
( |
| ) |
const |
|
nodiscardnoexcept |
Kill the process
- Returns
- Operation result
References impl.
◆ wait()
int Process::wait |
( |
| ) |
const |
|
nodiscardnoexcept |
Wait for the process to end
- Returns
- Process exit code
References impl.
◆ impl
std::unique_ptr<Impl> sese::system::Process::impl |
|
private |
The documentation for this class was generated from the following files: