app.clearOutput
Description
Clear the output window.

Parameters
none

Return value
none

Example
app.log("Hello")
app.clearOutput()
app.log("World!")

Comments

See also

Back