Пример #1
0
 def restart(self, initialdlstatus=None):
     """
     Restarts the stopped Download.
     
     @param initialdlstatus An optional parameter to restart the Download in 
     a specific state.
     """
     # Called by any thread
     DownloadImpl.restart(self, initialdlstatus)
Пример #2
0
 def restart(self,initialdlstatus=None):
     """
     Restarts the stopped Download.
     
     @param initialdlstatus An optional parameter to restart the Download in 
     a specific state.
     """
     # Called by any thread
     DownloadImpl.restart(self, initialdlstatus)
Пример #3
0
 def restart(self):
     """ Restarts the stopped Download. """
     # Called by any thread
     DownloadImpl.restart(self)