Safe Haskell | Safe-Infered |
---|
Generic code to work with jobs, e.g. submit jobs and check their status.
- execJobsWait :: [[MetaOpCode]] -> ([JobId] -> IO ()) -> Client -> IO (Result [(JobId, JobStatus)])
- waitForJobs :: [JobId] -> Client -> IO (Result [(JobId, JobStatus)])