Indicates if the application user has pressed the "break" key.
$breakflag
Binary. Can be reset by an application program.
At the start of an application session, $BreakFlag is set to "0" ($False). Set to "1" ($True) if the application user presses the "break" key. The application program must reset the variable to "0" ($False) to be able to detect subsequent user interrupts.