Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job pause functionality #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Job pause functionality #2

wants to merge 4 commits into from

Commits on Jul 20, 2013

  1. Added a conditional check for exceptional case in next_run() when the…

    … self.jobs queue is empty. No longer throws a ValueError exception, but rather returns a None object when no jobs are available.
    mrhwick committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    c5589ee View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2013

  1. Configuration menu
    Copy the full SHA
    87aa15c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Changed the continuous thread to be a Daemon type, so to allow the pr…

    …ogram to close when the main thread does.
    
    --HG--
    extra : rebase_source : 603a1fb36b5c5365427ea278945dada0ef5d8433
    dilberry committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    41d1bfe View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. Added pause/unpause functionality to Job class.

    --HG--
    extra : rebase_source : 7312a2c8aeab64d6a2e452d568e9c018d4bc4091
    dilberry committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    b556f57 View commit details
    Browse the repository at this point in the history