Code review comment for lp:~rockstar/launchpad/job-suspended-status

Revision history for this message
Paul Hummer (rockstar) wrote :

This branch adds a JobStatus.SUSPENDED state, as well as suspend and resume
methods for IJob interfaces. Jobs can only be suspended if they are in a
waiting state, and suspended jobs can only transition to waiting.

« Back to merge proposal