notebook — invalid()

Description

The invalid() method of the notebook changes the appearance of the output displayed below the active cell to indicate an error.

Signature

notebook.invalid()
Scope
notebook
Family
display
Returns
none

Example

// display a log
notebook.log("Im an invalid message");

// update the log state
notebook.invalid();