OnScenarioStateChange
CAPL Functions » ADAS » OnScenarioStateChange Valid for: CANoe DE Note: This CAPL function is also available in C#.Function Syntax
C#Description
Is called when the state of the scenario has changed. State values:- 0: Loaded
- 1: Started
- 2: Stopped
- 3: Completed
Parameters
C#- tcc: Call Context of the Callback. Contains the state of the Scenario (cct.state)
- —
Return Values
- —