Skip to main content

testIsAsynchronousCheckEvaluationEnabled

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long testIsAsynchronousCheckEvaluationEnabled();

Description

This function is used to check if background checks are evaluated asynchronously.

Parameters

Return Values

  • 0: Asynchronous evaluation is not enabled.
  • 1: Asynchronous evaluation is enabled.

Example

result = testIsAsynchronousCheckEvaluationEnabled ();
if (result == 1)
  TestStep("", "Asynchronous evaluation of background checks enabled");