[Pkg] Sake : Sake-Scheduler-kph.8.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Feb 17 22:57:12 UTC 2009


A new version of Sake-Scheduler was added to project Sake :
http://www.squeaksource.com/Sake/Sake-Scheduler-kph.8.mcz

==================== Summary ====================

Name: Sake-Scheduler-kph.8
Author: kph
Time: 17 February 2009, 10:57:10 pm
UUID: 11cec379-8cde-49e7-9cff-ee175a8291a6
Ancestors: Sake-Scheduler-kph.7

stop for errors

=============== Diff against Sake-Scheduler-kph.7 ===============

Item was changed:
  ----- Method: ScheduledTask>>run (in category 'executing') -----
  run
  
+ 	workerProcess := [[self runTask "LoggingErrors" ] ensure: [ runHistory ifNotNil: [ runHistory add: DateAndTime now]]] fork.
- 	workerProcess := [[self runTaskLoggingErrors ] ensure: [ runHistory ifNotNil: [ runHistory add: DateAndTime now]]] fork.
  
  	self wasRun!

Item was changed:
+ ----- Method: Scheduler class>>cleanUp (in category 'clean up') -----
- ----- Method: Scheduler class>>cleanUp (in category 'as yet unclassified') -----
  cleanUp
  
  	Default := nil!



More information about the Packages mailing list