method JobService.getCompletedJobResultMaybeimport { JobService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/JobService.ts"; getCompletedJobResultMaybe(unnamed 0: { workspace: string; id: string; getStarted?: boolean; }): CancelablePromise<{ completed: boolean; result: any; success?: boolean; started?: boolean; }>get completed job result if job is completed Parametersunnamed 0: { workspace: string; id: string; getStarted?: boolean; }ReturnsCancelablePromise<{ completed: boolean; result: any; success?: boolean; started?: boolean; }>any result