.NET SDK Documentation

    Show / Hide Table of Contents

    Class ActionResult

    The result of the action method

    Inheritance
    Object
    ActionResult
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class ActionResult

    Properties

    | Improve this Doc View Source

    IsSuccess

    Gets a value indicating whether this instance indicates success.

    public bool IsSuccess { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    Result

    Gets the result.

    public ActionResultCode Result { get; }
    Property Type
    ActionResultCode
    | Improve this Doc View Source

    StatusCode

    Gets the status code.

    public StatusCode StatusCode { get; }
    Property Type
    StatusCode
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables