added 'jobs count' to lish; get_job_count to interface and jsonrpc
This commit is contained in:
parent
1a60ed8514
commit
b1f8d86fdb
4 changed files with 12 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue