Class RunScriptCommandResponse
Response for Runs script with given id in a given context.
public sealed class RunScriptCommandResponse : ICommandResponse<RunScriptCommandSettings>, ICommandResponse
- Inheritance
-
RunScriptCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Exception details.
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }
Property Value
Result
Run result.
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }