|
servicemanager
release-2.5.3-2016-11-18
|
#include <servicemanager_structs.h>
Public Member Functions | |
| ServiceProcessInfo () | |
| ServiceProcessInfo (const qi::PackageService &pkgService, bool _running=false) | |
Public Attributes | |
| bool | running |
| std::string | name |
| std::string | execStart |
| bool | autorun |
Definition at line 23 of file servicemanager_structs.h.
|
inline |
Definition at line 26 of file servicemanager_structs.h.
|
inline |
Definition at line 30 of file servicemanager_structs.h.
| bool qi::ServiceProcessInfo::autorun |
Definition at line 38 of file servicemanager_structs.h.
| std::string qi::ServiceProcessInfo::execStart |
Definition at line 37 of file servicemanager_structs.h.
| std::string qi::ServiceProcessInfo::name |
Definition at line 36 of file servicemanager_structs.h.
| bool qi::ServiceProcessInfo::running |
Definition at line 35 of file servicemanager_structs.h.