VTIL_GetState
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Returns the current state of the VT IL.Parameters
—Return Values
- 0: Initialized
- 1: Claiming
- 2: Active
- 3: Stopped
- 4: Suspended
- < 0: IL Error Code
long VTIL_GetState();
on key 's'
{
long state;
state = VTIL_GetState();
}