Skip to content

Type Alias: onBeforeExecType

onBeforeExecType = (runCount, once) => void | Promise<void>

Defined in: packages/rx/src/IntervalRunner.ts:26

onBeforeExecType callback signature for IntervalRunner

Parameters

runCount

number

number times the task has been executed

once

boolean

Returns

void | Promise<void>