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