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