Changes between Version 1 and Version 2 of DRM4G/API
- Timestamp:
- Sep 20, 2016 4:43:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/API
v1 v2 1 1 = How to create a job = 2 2 3 The API allows t o create jobs using a Job object. This example shows hotto create a "sleep" job:3 The API allows the creation of jobs using a Job object. This example shows how to create a "sleep" job: 4 4 5 5 {{{ … … 16 16 = How to submit a job = 17 17 18 To submit a job use the "submit" method of DRM4G object:18 To submit a job use the "submit" method of the DRM4G object: 19 19 20 20 {{{ … … 29 29 = How to monitor a job = 30 30 31 Once you have submitted a job, you can use "status" method to keep track of your job:31 Once you have submitted a job, you can use the "status" method to keep track of your job: 32 32 33 33 {{{ … … 38 38 }}} 39 39 40 [[NoteBox(note, To obtain more information about classes and methods use `help()` function (e.g. `help(Job)` ))]]40 [[NoteBox(note, To obtain more information about classes and methods use the `help()` function ( e.g. `help(Job)` ))]]