Command Line |
cmd_line |
Recommended |
String |
The command line used to launch the startup application, service, process or job. |
Display Name |
display_name |
Recommended |
String |
The service display name. |
File |
file |
Recommended |
File |
The service file object. |
Loaded Module |
loaded_module_name |
Recommended |
String |
The name of the module loaded by the service. |
Name |
name |
Recommended |
String |
The unique name of the service. |
Normalized Command LineЕxt |
normalized_cmd_line |
Optional |
String |
The CSIDL normalized command line used to launch the startup application, service, process or job (Windows only). |
State |
run_state_id |
Recommended |
Integer |
The service state.
1 | Stopped | The service is not running. | |
2 | Start Pending | The service is starting. | |
3 | Stop Pending | The service is stopping. | |
4 | Running | The service is running. | |
5 | Continue Pending | The service continue is pending. | |
6 | Pause Pending | The service pause is pending. | |
7 | Paused | The service is paused. | |
|
Start Type |
start_id |
Recommended |
Integer |
The service start type.
0 | Unknown | The startup type is unknown. | |
1 | Auto | Started automatically during system startup. | |
2 | Boot | Started by the system loader. | |
3 | Demand | Started on demand. For example, by the Window service control manager when a process calls the Startservice function. | |
4 | System | Started by the IoInitSystem function. | |
5 | Disabled | Disabled. | |
6 | All Logins | Started on any user login. | |
7 | Specific User Login | Started when on a specific user login. | |
8 | Interactive Login | Started on interactive logins. | |
9 | Scheduled | Stared according to a schedule. | |
10 | System Changed | Started when a system item, such as a file or registry key, changes. | |
|
Types |
type_ids |
Recommended |
Integer Array |
The service type identifiers.
0 | Unknown | The type is unknown | |
1 | Adapter | Adapter | |
2 | File System Driver | File system driver | |
3 | Kernel Driver | Device driver | |
4 | Recognized Driver | Recognized Driver | |
5 | Own Process | The application runs in its own process | |
6 | Shared Process | The application shares a process with other services | |
7 | Interactive | The service can interact with the desktop | |
8 | Other | U/X, OS X service | |
9 | Autoload | The Mac OS X Autoload Application | |
|