This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Systemctl.
Summary
List units that currently was loaded to memory.
- Assembly
- Cake
.Systemctl .dll - Namespace
- Cake
.Systemctl - Containing Type
- SystemctlRunner
Syntax
public List<Unit> ListUnits(ListUnitsSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | ListUnitsSettings | The settings |
Return Value
Type | Description |
---|---|
List |
A list of units. |