Table of Contents

Class ClNotify

Namespace
SunamoCl
Assembly
SunamoCl.dll

Provides console notification functionality by flashing the console title to attract user attention

public class ClNotify
Inheritance
ClNotify
Inherited Members
Extension Methods

Methods

FlashConsoleTitle(string)

Flashes the console title between the original title and a warning text until user presses Enter

public static Task FlashConsoleTitle(string warningText = "!! Action required !!")

Parameters

warningText string

Warning text to alternate with in the console title

Returns

Task