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

    Show / Hide Table of Contents
    • SolarFarmerApi.Client
      • AnnualEnergyYieldResults
      • DcoElectricalData
      • DcoGeneralData
      • DcoInputSpecification
      • DcoMechanicalData
      • DcoOutputSpecification
      • DiffuseModel
      • EnergyCalculationInputs
      • EnergyCalculationOptions
      • EnergyYieldResults
      • EnergyYieldResultsForMonth
      • EnumTechnology
      • IAMModelType
      • IAMModelTypeForOverride
      • IAMParameters
      • IndexedObject3D
      • Inverter
      • InverterEfficiencyModelType
      • InverterEfficiencyPoints
      • InverterInput
      • InverterSpecification
      • Layout
      • LayoutHintsForUI
      • Location
      • LossTreeEffects
      • LossTreeEntry
      • LossTreeResultForMonth
      • MeteorologicalCondition
      • MeteorologicalConditionsDataset
      • MiniSimpleTerrainDto
      • MissingMetDataMethod
      • ModelChainAsyncQueryResponse
      • ModelChainResponse
      • ModuleGeometry
      • ModuleIndexRange
      • ModuleSpecification
      • ModuleString
      • MountingTypeSpecification
      • MpptLimits
      • PanFileSupplements
      • PointInLossChain
      • PowerOptimizer
      • PowerOptimizerOperationType
      • ProblemDetails
      • PVPlant
      • PVsystDiodeModelParameters
      • QuadDouble
      • Rack
      • Response
      • Response2
      • Response3
      • RuntimeStatus
      • SimpleTerrainDto
      • SolarPositionDto
      • SolarPositionRequest
      • SolarPositions
      • SystemAttributes
      • TerrainRowDto
      • TerrainRowStartEndColumnsDto
      • ThreeEfficiencyCurves
      • Tracker
      • TrackerSystem
      • Transformer
      • TransformerLossModelTypes
      • TransformerSpecification
      • Vector3Double

    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