jobs statts

This commit is contained in:
CHIEFSOFT\ameye
2024-07-18 12:43:32 -04:00
parent bde699464c
commit caf958bd0f
+6
View File
@@ -509,6 +509,12 @@ long WrenchJobsInterestStats(CVars in, CVars &out) {
char vname[30];
out = in;
out["job_completed"] =0;
out["job_active"] =0;
out["job_percent_complete"] =0;
out["job_uncompleted"] =0;
out["job_rejected"] =0;
out["job_pending"] =0;
ret = PHP_CREATED_OK;