Search Results for

    Show / Hide Table of Contents

    Property Status

    | Improve this Doc View Source

    Status

    Gets the current status of a result.

    Declaration
    [JsonConverter(typeof(JsonStringEnumConverter<ResultStatus>))]
    public ResultStatus Status { get; set; }
    Property Value
    Type Description
    ResultStatus

    The current status of a result. Its default value is a Failure.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults