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.
StopScenario
Valid for: CANoe DE NoteThis CAPL function is also available as C# function.
Function Syntax
C#bool StopScenario.Call();
CAPLint StopScenario.Call();
Description
Stops the currently running scenario.Parameters
—Return Values
C#- true: Stop of scenario was successful
- false: Stop of scenario failed
- 1: Stop of scenario was successful
- 0: Stop of scenario failed