Table of Contents

Class BaseResponse

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Base class for every response to a command request. An instance of this is returned when a regular Command has finished.

public class BaseResponse
Inheritance
BaseResponse
Derived
Inherited Members

Constructors

BaseResponse()

public BaseResponse()

Properties

Success

Indicates if the command could complete without a runtime error

[JsonPropertyOrder(-1)]
public bool Success { get; set; }

Property Value

bool

See Also