◆ getModuleName() [1/2]
APath AOtherProcess::getModuleName |
( |
| ) |
|
|
inlineoverridevirtual |
- Returns
- process' executable file name.
Implements AProcess.
◆ getModuleName() [2/2]
APath AOtherProcess::getModuleName |
( |
| ) |
|
|
inlineoverridevirtual |
- Returns
- process' executable file name.
Implements AProcess.
◆ getPathToExecutable() [1/2]
APath AOtherProcess::getPathToExecutable |
( |
| ) |
|
|
inlineoverridevirtual |
- Returns
- path to the process' executable.
Implements AProcess.
◆ getPathToExecutable() [2/2]
APath AOtherProcess::getPathToExecutable |
( |
| ) |
|
|
inlineoverridevirtual |
- Returns
- path to the process' executable.
Implements AProcess.
◆ getPid() [1/2]
uint32_t AOtherProcess::getPid |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
- Returns
- process' ID.
Implements AProcess.
◆ getPid() [2/2]
uint32_t AOtherProcess::getPid |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
- Returns
- process' ID.
Implements AProcess.
◆ processMemory() [1/2]
size_t AOtherProcess::processMemory |
( |
| ) |
const |
|
inlineoverridevirtual |
Obtain process memory usage.
Implements AProcess.
◆ processMemory() [2/2]
size_t AOtherProcess::processMemory |
( |
| ) |
const |
|
inlineoverridevirtual |
Obtain process memory usage.
Implements AProcess.
◆ waitForExitCode() [1/2]
int AOtherProcess::waitForExitCode |
( |
| ) |
|
|
inlineoverridevirtual |
Wait for process to be finished and returns exit code.
- Returns
- exit code
Implements AProcess.
◆ waitForExitCode() [2/2]
int AOtherProcess::waitForExitCode |
( |
| ) |
|
|
inlineoverridevirtual |
Wait for process to be finished and returns exit code.
- Returns
- exit code
Implements AProcess.
The documentation for this class was generated from the following files:
- aui.core/src/AUI/Platform/unix/AProcessImpl.cpp
- aui.core/src/AUI/Platform/win32/AProcessImpl.cpp