added 'jobs count' to lish; get_job_count to interface and jsonrpc

This commit is contained in:
Johannes Findeisen 2013-10-21 15:48:39 +02:00
commit b1f8d86fdb
4 changed files with 12 additions and 0 deletions

View file

@ -30,3 +30,5 @@ print c.call.get_job_list()
print c.call.get_job_info_by_id("3950d44b")
print c.call.set_job_enabled("3950d44b", False)
print c.call.get_job_count()