| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ui.qt.appframework2.validation.ValidationMixin --+
|
object --+ |
| |
sip.simplewrapper --+ |
| |
sip.wrapper --+ |
| |
PyQt5.QtCore.QObject --+ |
| |
parameters.Param --+ |
| |
parameters.CompoundParam --+ |
| |
parameters.ParamModel --+
|
AbstractTask
WARNING: as descriptors, instances of this class will not behave normally if used as class variables.
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
base_name = <StringParam:base_name>
|
|||
name = <StringParam:name>
|
|||
status_param = <StringParam:status_param>
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Start this task. This includes any preprocessing and validation checks. Any failures will prevent the task from running. |
Override this method in subclasses to implement the actual task starting logic. This is called after all preprocessing and validation have passed.
|
This method is required by ValidationMixin. In order to report errors, a reporter object is required (self._reporter). If no reporter is specified, a RuntimeError is raised for any validation errors that are encountered, but good results will allow the task to proceed; warnings are ignored if there is no reporter.
|
Override this method for any operations that should be run immediately after a task is started. This method is only called if the task was successfully started; returning False from this method provides one last way of marking the task as having failed to start. |
str(x)
|
repr(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:33:28 2017 | http://epydoc.sourceforge.net |