|
Methods
|
|
ExpectedRunTime Perform Storable Widget __init__ __repr__
|
|
|
ExpectedRunTime
|
ExpectedRunTime ( self, scanparams )
Returns the time this operation is expected to take.
This incarnation checks whether the command is a sleep command,
and in that case return a reasonable value. Otherwise it will
estimate the run time at 3 seconds. |
|
|
Perform
|
Perform (
self,
scanparams=None,
outsink=None,
)
Do it. See documentation for Operation() class. |
|
|
Storable
|
Storable ( self )
Turn into a dict. See documentation for Operation() class. |
|
|
Widget
|
Widget ( self, parent=None )
Make Editor. See documentation for Operation() class. |
|
|
__init__
|
__init__ ( self, command )
See documentation for Operation() class.
|
|
|
__repr__
|
__repr__ ( self )
See documentation for Operation() class.
|