Changes between Version 32 and Version 33 of RemoteJobs
- Timestamp:
- Mar 5, 2013, 8:11:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v32 v33 181 181 Result: an error message, null if successful 182 182 183 == C++ interface == 184 185 A C++ interface to the following functions is available in lib/remote_submit.cpp: 186 {{{ 187 create_batch() 188 submit_jobs() 189 query_batch() 190 abort_jobs() 191 }}} 192 183 193 == HTTP/XML interface == 184 194