@w5s/taskInterfacesTaskOn this pageTask <Value, Error>An implementation of @w5s/task!TaskLikeHierarchyTaskLike<Value, Error>TaskIndex PropertiestaskRunMethodsrunProperties readonlytaskRuntaskRun: (parameters: TaskParameters<Value, Error>) => Awaitable<void>A callback with side effectsMethods runrun(canceler?: TaskCanceler): Awaitable<Result<Value, Error>>Shorthand to run the current task
An implementation of @w5s/task!TaskLike