Skip to content

PollInObsidianParams.start method

PollInObsidianParams › start

An optional closure run **once** before polling begins, to kick off the long-running work (fire-and-forget from Node's perspective). Keep it short — start the work and return; do not await it to completion here.

Signature:

start(this: void, input: CommonArguments & ContextArguments<TContextId> & Input): Promisable<unknown>

Parameters:

ParameterTypeDescription
thisvoid
inputCommonArguments & ContextArguments<TContextId> & Input

Returns: Promisable<unknown>