Job

class dias.Job(task, executor)

Bases: object

The 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:boolTrue if the job has finished, False otherwise.