Name IsLogOpen
Type Method
Summary Tests to see if a log file is open
Prototype boolean IsLogOpen();
Description This returns true if the log file is currently open.
VBscript example
world.note World.IsLogOpen
Jscript example
world.note(world.IsLogOpen());
PerlScript example
$world->note($world->IsLogOpen());
Returns TRUE if world connected
FALSE if not connected

Note: TRUE is a non-zero value, FALSE is the value 0.

See also ...