Skip to main content
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@v6.4.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>