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:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| input | CommonArguments & ContextArguments<TContextId> & Input |
Returns: Promisable<unknown>