Class ActionResult
The result of the action method
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class ActionResult
Properties
| Improve this Doc View SourceIsSuccess
Gets a value indicating whether this instance indicates success.
public bool IsSuccess { get; }
Property Type
Boolean |
Result
Gets the result.
public ActionResultCode Result { get; }
Property Type
ActionResultCode |
StatusCode
Gets the status code.
public StatusCode StatusCode { get; }
Property Type
StatusCode |