Class CancelDownloadCommandSettings
Cancel a download if in progress
public sealed class CancelDownloadCommandSettings : ICommand
- Inheritance
-
CancelDownloadCommandSettings
- Implements
- Inherited Members
Properties
BrowserContextId
BrowserContext to perform the action in. When omitted, default browser context is used.
[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BrowserContextId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Guid
Global unique identifier of the download.
[JsonPropertyName("guid")]
public string Guid { get; set; }