Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwoLanguage Overview (continued)

IsConsoleOpen Function

Overview

The IsConsoleOpen function tests to see if the default or specified console window is open.

Syntax/Parameters

Syntax

boolean = IsConsoleOpen ( [handle hConsole] );

Parameters

hConsole

An optional handle to a console window. If omitted, the function operates on the default console.

Return Value

Returns TRUE if the specified or default console window is open or FALSE if it is not.

Remarks

If the script engine was opened via a command line, the default output (stdout) is the console window and the IsConsoleOpen function will always return TRUE if hConsole is omitted.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic