Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > TerminalWritable > isOpen

TerminalWritable.isOpen property

This property is initially true when the object is constructed, and becomes false when close() is called.

Signature:

/** @sealed */
get isOpen(): boolean;