mxcubecore.queue_entry#
Functions
|
Converts a snake cased task name to a camel cased class name, stripping all the "_" (underscores) and adding the suffix QueueEntry. |
|
Imports queue entries; imports all the native queue entries first and then the queue entries in site_name |
Modules
All queue entries inherits the baseclass BaseQueueEntry which in turn inherits QueueEntryContainer. |
|
Utility class for importing queue entries |
|
XRF Spectrum queue implementation of pre_execute, execute and post_execute |