Interface IEvaluationResult


  • public interface IEvaluationResult
    Result of an asynchronous evaluation. An evaluation result may contain problems and a result value if evaluation was successful.
    See Also:
    IEvaluationListener, IEvaluationEngine
    • Method Detail

      • getResult

        CalculationResultBaseData getResult()
        Returns actual result of evaluation. Can return null if 1C:Enterprise Runtime debuug server returned no result.
        Returns:
        the actual evaluation result, or null if 1C:Enterprise Runtime debuug server returned no result
      • isSuccess

        boolean isSuccess()
        Returns whether the evaluation was successful or had any problems while performing the evaluation.
        Returns:
        whether the evaluation was successful
      • getErrorMessage

        String getErrorMessage()
        Returns error message that occurred while performing the evaluation or null if evaluation was successful.
        Returns:
        error message, or null if evaluation was successful