Class SetSkipAllPausesCommandSettings
SetSkipAllPauses
public sealed class SetSkipAllPausesCommandSettings : ICommand
- Inheritance
-
SetSkipAllPausesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Skip
Gets or sets the skip
[JsonPropertyName("skip")]
public bool Skip { get; set; }