From 7632c8ea346f4e0495a1cc45233cdaf23f674de3 Mon Sep 17 00:00:00 2001 From: Mladen B Date: Mon, 13 Feb 2023 09:52:13 +0000 Subject: [PATCH] Add docs for remote call monitor_jobqueue_count() --- .../API-docs/monitor_jobqueue_count.html | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 remoting_client/API-docs/monitor_jobqueue_count.html diff --git a/remoting_client/API-docs/monitor_jobqueue_count.html b/remoting_client/API-docs/monitor_jobqueue_count.html new file mode 100644 index 0000000000..81a98292ab --- /dev/null +++ b/remoting_client/API-docs/monitor_jobqueue_count.html @@ -0,0 +1,27 @@ + +ISPCOnfig 3 remote API documentation + + + + + + + + + + +
+

monitor_jobqueue_count($session_id, $server_id = 0);

+
+

Description:

+

Get the number of pending jobs from jobqueue.


+

Input Variables:

+

$session_id, $server_id

+

Parameters (in $params):

+

None

+

Output:

+

Returns the number of pending jobs from jobqueue.

+
+ + -- GitLab