7.7.8.40. GEL_IsResetSupported()ΒΆ

Queries if a reset is supported.

Syntax

GEL_IsResetSupported( "reset_name" );

Parameters

reset_name: The name of the reset.

Description

Queries if a reset with the given name is supported on this target.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_IsResetSupported("System Reset");

Related Topics

GEL_AdvancedReset