Job

class dias.Job(task, executor)

Bases: object

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