Class CloseTargetCommandResponse
Response for Closes the target. If the target is a page that gets closed too.
public sealed class CloseTargetCommandResponse : ICommandResponse<CloseTargetCommandSettings>, ICommandResponse
- Inheritance
-
CloseTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Success
Always set to true. If an error occurs, the response indicates protocol error.
[JsonPropertyName("success")]
public bool Success { get; set; }