Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/vim/mod.ts>ch_getjob

📚 Standard module for denops.vim
Go to Latest
function ch_getjob
import { ch_getjob } from "https://deno.land/x/denops_std@v5.1.0/function/vim/mod.ts";

Get the Job associated with {channel}. If there is no job calling job_status() on the returned Job will result in "fail".

Can also be used as a method:

GetChannel()->ch_getjob()

Parameters

denops: Denops
channel: unknown

Returns

Promise<unknown>