Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface TaskFunctionOperationResult
import { type TaskFunctionOperationResult } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Task function operation result.

Properties

status: boolean
optional
error: Error