Example #1
0
 def start(self):
     AcquireProgress.start(self)
     self.emit("status-started")
Example #2
0
 def start(self):
     BaseAcquireProgress.start(self)
     statusMessage("### START UPDATE ###")
Example #3
0
 def start(self):
     BaseAcquireProgress.start(self)
     statusMessage("### START UPDATE ###")
Example #4
0
 def start(self):
     """Invoked when the Acquire process starts running."""
     BaseAcquireProgress.start(self)
     statusMessage("### START DOWNLOAD ###")
Example #5
0
 def start(self):
     """Invoked when the Acquire process starts running."""
     BaseAcquireProgress.start(self)
     statusMessage("### START DOWNLOAD ###")