Package buildslave :: Package commands :: Module transfer :: Class TransferCommand
[frames] | no frames]

Class TransferCommand

source code

base.Command --+
               |
              TransferCommand
Known Subclasses:

Instance Methods
 
finished(self, res) source code
 
interrupt(self)
Override this in a subclass to allow commands to be interrupted.
source code

Inherited from base.Command: __init__, __providedBy__, __provides__, doInterrupt, doStart, sendStatus, setup, start

Class Variables

Inherited from base.Command: __implemented__, debug, interrupted, running

Method Details

interrupt(self)

source code 

Override this in a subclass to allow commands to be interrupted. May be called multiple times, test and set self.interrupted=True if this matters.

Overrides: base.Command.interrupt
(inherited documentation)