Regular API function

simAuxiliaryConsoleClose / sim.auxiliaryConsoleClose

Description Closes an auxiliary console window. See also sim.auxiliaryConsoleOpen.
C/C++
synopsis
simInt simAuxiliaryConsoleClose(simInt consoleHandle)
C/C++
parameters
consoleHandle: the handle of the console window, previously returned by the simAuxiliaryConsoleOpen command
C/C++
return value
-1 if operation was not successful. 0 if the console doesn't exist (anymore), in which case no error is generated. 1 if the console window was closed.
Lua
synopsis
int result=sim.auxiliaryConsoleClose(int consoleHandle)
Lua
parameters
Similar to the C-function counterpart.
Lua
return values
Similar to the C-function counterpart.
Python
synopsis
int result=sim.auxiliaryConsoleClose(int consoleHandle)