Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JavaScript
function GetStatus(sessionID, status);


Parameters

sessionID
Type: System..::.ObjectSession Object
Session ID; this can be a one character string, a single character, or an integer type in the valid character range.

status
Type: JollyGiant.Emulation..::.WindowStatus %Window
Window status class object receiving requested status information.

...