Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

TestGetLastWaitResult

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long TestGetLastWaitResult();

Description

Makes available the last occurred return value of a TestWait instruction once again.

Parameters

Return Values

See TestWait instructions

Example

TestWaitForTimeout(100);
Write("Waiting Result = %d", TestGetLastWaitResult());
TestWaitForMessageTestWaitForAuxEventTestWaitForTextEventTestWaitForTimeoutTestWaitForAnyJoinedEventTestWaitForAllJoinedEvents