Skip to content

ActivityPlug API / @activityplug/server / SecurityStateLifecycleScheduler

Interface: SecurityStateLifecycleScheduler

Defined in: packages/server/src/runtime/security-state-lifecycle.ts:48

Properties

clearInterval

readonly clearInterval: (timer) => void

Defined in: packages/server/src/runtime/security-state-lifecycle.ts:53

Parameters

timer

SecurityStateLifecycleTimer

Returns

void


setInterval

readonly setInterval: (callback, intervalMilliseconds) => SecurityStateLifecycleTimer

Defined in: packages/server/src/runtime/security-state-lifecycle.ts:49

Parameters

callback

() => void

intervalMilliseconds

number

Returns

SecurityStateLifecycleTimer