Skip to content

Function: Interval()

ts
function Interval(milliseconds, options?): MethodDecorator;

Defined in: packages/scheduler/src/decorators/scheduler.decorators.ts:78

Decorator for interval jobs

Parameters

ParameterType
millisecondsnumber
options?IntervalTaskOptions

Returns

MethodDecorator

Released under the MIT License.