7.9.8.23. GEL_Halt()ΒΆ

Stops execution.

Syntax

GEL_Halt();

Parameters

None.

Description

This function halts the target program if it is executing.

Synchronous

Synchronous from GEL: No

Completely synchronous: No

Example

GEL_Halt();

Related Topics

GEL_Go

GEL_IsHalted

GEL_Run

GEL_RunF