UNPKG

@nexim/task-scheduler

Version:

A TypeScript task scheduler with persistence and conditional execution.

27 lines (18 loc) 1.3 kB
# @nexim/task-scheduler ## Classes | Class | Description | | ----------------------------------------- | ------------------------------------------------------------------ | | [TaskScheduler](classes/TaskScheduler.md) | Manages scheduled tasks with persistence and conditional execution | ## Interfaces | Interface | Description | | ---------------------------------------- | ------------------------------------ | | [Task](interfaces/Task.md) | Task configuration for the scheduler | | [TaskOptions](interfaces/TaskOptions.md) | Options for adding a task | ## Type Aliases | Type Alias | Description | | -------------------------------------- | ------------------------------------- | | [TaskState](type-aliases/TaskState.md) | Persisted task state for localStorage | ## Variables | Variable | Description | | ------------------------------------------- | --------------------------------------------- | | [taskScheduler](variables/taskScheduler.md) | Singleton instance for global task scheduling |