IsScenarioStarted
Valid for: CANoe DE NoteThis CAPL function is also available as C# function.
Function Syntax
C#bool IsScenarioStarted.Call();
CAPLint IsScenarioStarted.Call();
Description
Queries whether the currently loaded scenario has started.Parameters
—Return Values
C#- true: Scenario is started
- false: Scenario is not started
- 1: Scenario is started
- 0: Scenario is not started