CodeView (cv.hlp) (Table of Contents; Topic list)
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
                                    -♦-