Job¶
-
class
dias.Job(task, executor)¶ Bases:
objectThe Job class is used to store metadata about a running task.
Methods
done(self)Tell if the job is finished. Methods Summary
done(self)Tell if the job is finished. Methods Documentation
-
done(self)¶ Tell if the job is finished.
Returns: bool – True if the job has finished, False otherwise.
-