Changeset 14 for trunk/Platform
- Timestamp:
 - Dec 27, 2017, 7:41:26 PM (8 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Platform/Base/UPlatformBase.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Platform/Base/UPlatformBase.pas
r13 r14 263 263 begin 264 264 inherited Stop; 265 for I := 0 to Tasks.Count - 1 do 265 for I := 0 to Tasks.Count - 1 do begin 266 266 TBaseTask(Tasks[I]).Terminated := True; 267 TBaseTask(Tasks[I]).Thread.WaitFor; 268 end; 267 269 end; 268 270  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/ChronOS/chrome/site/your_project_logo.png)