TaskClass#shutdown settled the Task because the caller asked it to stop.
Shutdown.is(Shutdown()); // true
FailureFactory<"Shutdown", undefined>
& ((data?: undefined,options?: FailureBuildOptions) => FailureOf<"Shutdown", undefined>)
TaskClass#shutdown settled the Task because the caller asked it to stop.
Shutdown.is(Shutdown()); // true
FailureFactory<"Shutdown", undefined>
& ((data?: undefined,options?: FailureBuildOptions) => FailureOf<"Shutdown", undefined>)
import { Shutdown } from "lib/task/task.ts";