smallpond/execution/task.py [1261:1275]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def exec_on_scheduler(self) -> bool:
        return True

    @property
    def self_contained_output(self):
        return False

    def initialize(self):
        pass

    def finalize(self):
        pass

    def run(self) -> bool:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



smallpond/execution/task.py [2847:2861]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def exec_on_scheduler(self) -> bool:
        return True

    @property
    def self_contained_output(self):
        return False

    def initialize(self):
        pass

    def finalize(self):
        pass

    def run(self) -> bool:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



