CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Thread Unfreeze Command
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command: Thread Unfreeze (~U)
 
     Syntax:  ~specifierU
 
     Summary: Unfreezes the specified thread(s)
 
     Argument:
 
     <specifier>   One of the following values, which specifies the
                   thread affected by the command:
 
                   Specifier     Thread
 
                   #             Last executed thread
                   *             All threads
                   .             Current thread
                   <number>      Thread <number>
 
     Description:
 
     The Thread Unfreeze (~U) command unfreezes the given thread. When
     a thread is unfrozen, it can run in the background or in
     response to a Go (G) command.
 
     See: Thread (~) Command-Window Command
          Thread Freeze (~U) Command-Window Command
          Thread Select (~S) Command-Window Command
                                    -♦-