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.

Open topic with navigation CAPL Functions » MOST » mostGetShutdownFlag

mostGetShutdownFlag

Valid for: CANoe DE

Function Syntax

long mostGetShutdownFlag(long channel);

Description

Returns the current state of the Shutdown flag.

Parameters

  • channel: Application channel number.

Return Values

  • 1: Shutdown Flag set.
  • 0: Shutdown Flag not set.
  • < 0: MOST CAPL error codes.

Example