def get_status(uuid): return db.task_get_status(uuid)
def _get_task_status(self, uuid): return db.task_get_status(uuid)