• User Guide
  • Calculation
  • Automation
  • Web API
  • Validation
  • Contact Us
Search Results for

    Show / Hide Table of Contents
    • Introduction
      • Acquiring your API token
      • Endpoints on API website
      • View API schema
      • SolarFarmer API versions
    • –––––––––––––––––––
    • Endpoints
      • 'About' endpoint
      • 'SolarPosition' endpoint
      • 'ModelChain' endpoint
      • 'ModelChainAsync' endpoint
      • 'Service' endpoint
      • 'TerminateModelChainAsync' endpoint
    • Tutorials
      • Introduction
      • Python environment
      • Generate input files from desktop
      • 'About' endpoint tutorial
      • 'SolarPosition' endpoint tutorial
      • 'ModelChain' endpoint tutorial
      • 'ModelChainAsync' endpoint tutorial
      • 'Service' endpoint tutorial
      • 'TerminateModelChainAsync' endpoint tutorial
    • –––––––––––––––––––
    • Troubleshooting
      • Common Problems
      • Validation Service
    • API Class References
      • SolarFarmerApi.Client
        • AnnualEnergyYieldResults
        • DiffuseModel
        • EnergyCalculationInputs
        • EnergyCalculationOptions
        • EnergyYieldResults
        • EnergyYieldResultsForMonth
        • EnumTechnology
        • IAMModelType
        • IAMModelTypeForOverride
        • IAMParameters
        • IndexedObject3D
        • Inverter
        • InverterEfficiencyModelType
        • InverterEfficiencyPoints
        • InverterInput
        • InverterSpecification
        • Layout
        • Location
        • LossTreeEffects
        • LossTreeEntry
        • LossTreeResultForMonth
        • MeteorologicalCondition
        • MeteorologicalConditionsDataset
        • MiniSimpleTerrainDto
        • MissingMetDataMethod
        • ModelChainAsyncQueryResponse
        • ModelChainResponse
        • ModuleGeometry
        • ModuleIndexRange
        • ModuleSpecification
        • ModuleString
        • MountingTypeSpecification
        • MpptLimits
        • PanFileSupplements
        • PointInLossChain
        • ProblemDetails
        • PVPlant
        • PVsystDiodeModelParameters
        • QuadDouble
        • Rack
        • Response
        • Response2
        • Response3
        • RuntimeStatus
        • SimpleTerrainDto
        • SolarPositionDto
        • SolarPositionRequest
        • SolarPositions
        • SystemAttributes
        • TerrainRowDto
        • TerrainRowStartEndColumnsDto
        • ThreeEfficiencyCurves
        • Tracker
        • TrackerSystem
        • Transformer
        • TransformerLossModelTypes
        • TransformerSpecification
        • Vector3Double
    • Release Notes
      • API v2 (2.0.2) (7 September 2023)
      • API v1 (0.2.254) (11 April 2023)
      • API 0.2.249 (22 November 2022)
      • API 0.2.242 (28 July 2022)
      • API 0.2.223 (3 March 2022)
      • API 0.2.64 (23 August 2021)
      • API 0.2.51 (2 June 2021)

    Class ModelChainAsyncQueryResponse

    The response from a call to the model chain async status query.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class ModelChainAsyncQueryResponse

    Properties

    CreatedTime

    The time at which the instance was created.

    Declaration
    public DateTimeOffset CreatedTime { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    CustomStatus

    The custom status object (if set).

    Declaration
    public object CustomStatus { get; set; }
    Property Value
    Type Description
    System.Object

    Input

    The inputs of the model chain run.

    Declaration
    public object Input { get; set; }
    Property Value
    Type Description
    System.Object

    InstanceId

    The instance id of the mode chain run.

    Declaration
    public string InstanceId { get; set; }
    Property Value
    Type Description
    System.String

    LastUpdatedTime

    The time at which the instance last persisted.

    Declaration
    public DateTimeOffset LastUpdatedTime { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Output

    The results of the model chain run if the run has completed (of type ModelChainAsyncResponse).
    If the run has been terminated, this will be a string containing the termination reason.

    Declaration
    public object Output { get; set; }
    Property Value
    Type Description
    System.Object

    RuntimeStatus

    The status of the model chain run.

    Declaration
    public RuntimeStatus RuntimeStatus { get; set; }
    Property Value
    Type Description
    RuntimeStatus
    In This Article
    Back to top DNV SolarFarmer Home