Class ResumeCommandSettings
Resume
public sealed class ResumeCommandSettings : ICommand
- Inheritance
-
ResumeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
TerminateOnResume
Gets or sets the terminateOnResume
[JsonPropertyName("terminateOnResume")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TerminateOnResume { get; set; }
Property Value
- bool?