adaptdl icon indicating copy to clipboard operation
adaptdl copied to clipboard

Add ability to suspend a job without deleting the AdaptDLJob

Open aurickq opened this issue 4 years ago • 0 comments

Might be implemented by adding an additional state "Suspended". Suspending a job can be done by setting spec.suspended=true, and can be unsuspended later by setting spec.suspended=false or spec.suspended=nil.

aurickq avatar Dec 23 '20 16:12 aurickq