Console: Break (get) |
Returns if a break has been caused.
Public Property Get Break ( ) As Boolean
This property will be set to true when one of several actions occurs. The actions are defined by the enumeration ConsoleBreakType. No DoEvents need to be called for this property to be set. Simply check this property when necessary to respond to any of the events.
Read/Write.