Class SetPressureNotificationsSuppressedCommandSettings
Enable/disable suppressing memory pressure notifications in all processes.
public sealed class SetPressureNotificationsSuppressedCommandSettings : ICommand
- Inheritance
-
SetPressureNotificationsSuppressedCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Suppressed
If true, memory pressure notifications will be suppressed.
[JsonPropertyName("suppressed")]
public bool Suppressed { get; set; }