Skip to main content
Module

x/windmill/windmill-api/services/MetricsService.ts>MetricsService.setJobProgress

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
method MetricsService.setJobProgress
import { MetricsService } from "https://deno.land/x/windmill@v1.397.4/windmill-api/services/MetricsService.ts";

set job metrics

Parameters

unnamed 0: { workspace: string; id: string; requestBody: { percent?: number; flow_job_id?: string; }; }

Returns

any Job progress updated