7.7.8.31. GEL_Halt()ΒΆ

Stops execution.

Syntax

GEL_Halt();

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