Class BaseResponse
Base class for every response to a command request. An instance of this is returned when a regular Command has finished.
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
public class BaseResponse
Properties
Success
Indicates if the command could complete without a runtime error
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
bool |