Get Submitted JobID - Python

From looking at the help file included in dealdinecommand, it looks like the flag you are looking for is:

SubmitMultipleJobs Submits multiple jobs at once
[-dependent] This flag makes each job in the list of jobs specified dependent on the previous job
[-notify] This flag displays a notification window after the jobs have been submitted
[-job ] This flag must precede each list of files for each individual job being submitted. You can also add the -dependsonprevious flag to make a single job dependent on the previous job

Hope that helps!

Cheers,