RunningService class
Guest OS running service details.
Constructors
- RunningService({String? cmdline, String? exePath, String? pid, String? serviceName, String? startMode, String? state})
- RunningService.fromJson(Map json_)
Properties
- cmdline ↔ String?
-
Service command line.
getter/setter pair
- exePath ↔ String?
-
Service binary path.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pid ↔ String?
-
Service pid.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName ↔ String?
-
Service name.
getter/setter pair
- startMode ↔ String?
-
Service start mode (OS-agnostic).
Possible string values are:
getter/setter pair
- state ↔ String?
-
Service state (OS-agnostic).
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited