* @brief Returns the configured named pipe / FIFO path. */
| 273 | * @brief Returns the configured named pipe / FIFO path. |
| 274 | */ |
| 275 | QString IO::Drivers::Process::pipePath() const |
| 276 | { |
| 277 | return m_pipePath; |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * @brief Returns the snapshot of running processes populated by refreshProcessList(). |