Class SetIdleOverrideCommandSettings
SetIdleOverride
public sealed class SetIdleOverrideCommandSettings : ICommand
- Inheritance
-
SetIdleOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IsScreenUnlocked
Gets or sets the isScreenUnlocked
[JsonPropertyName("isScreenUnlocked")]
public bool IsScreenUnlocked { get; set; }
Property Value
IsUserActive
Gets or sets the isUserActive
[JsonPropertyName("isUserActive")]
public bool IsUserActive { get; set; }