myshell 2.0.0
Loading...
Searching...
No Matches
process Struct Reference

Information about an internal process. More...

#include <msh_process.h>

Public Member Functions

 process (int flags, const std::vector< std::string > &args)
 
std::string get_status () const
 Returns the status of the process as a string.
 

Public Attributes

status_t status = status::RUNNING
 
int flags = 0
 
std::string command
 

Detailed Description

Information about an internal process.

See also
msh_jobs

Member Function Documentation

◆ get_status()

std::string process::get_status ( ) const
inline

Returns the status of the process as a string.

Returns
The string representation of the process status.

The documentation for this struct was generated from the following file: