mxcubecore.queue_entry.data_collection#
Classes
|
Defines the behaviour of a data collection. |
- class mxcubecore.queue_entry.data_collection.DataCollectionQueueEntry(view=None, data_model=None, view_set_queue_entry=True)[source]#
Bases:
BaseQueueEntryDefines the behaviour of a data collection.
- execute()[source]#
Execute method, should be overridden my subclasses, defines the main body of the procedure to be performed when the entry is executed.
The default executer calls execute on all child entries after this method but before post_execute.