Changeset 35 for trunk/www/task.php
- Timestamp:
- Jun 15, 2009, 10:19:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/task.php
r34 r35 40 40 } 41 41 } 42 43 function ProcessAllCycle() 44 { 45 while(1) 46 { 47 $this->ProcessAll(); 48 sleep(1); 49 } 50 } 42 51 43 52 function Abort($Id)
Note:
See TracChangeset
for help on using the changeset viewer.