REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.25 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/node-cron/dist/esm/tasks/scheduled-task.d.ts
Text
Base64
export type TaskContext = { date: Date; dateLocalIso: string; task?: ScheduledTask; execution?: Execution; triggeredAt: Date; }; export type TaskEvent = 'task:started' | 'task:stopped' | 'task:destroyed' | 'execution:started' | 'execution:finished' | 'execution:failed' | 'execution:missed' | 'execution:overlap' | 'execution:maxReached'; export type TaskOptions = { timezone?: string; name?: string; noOverlap?: boolean; maxExecutions?: number; maxRandomDelay?: number; }; export type Execution = { id: string; reason: 'invoked' | 'scheduled'; startedAt?: Date; finishedAt?: Date; error?: Error; result?: any; }; export type TaskFn = (context: TaskContext) => any | Promise<any>; export interface ScheduledTask { id: string; name?: string; start(): void | Promise<void>; stop(): void | Promise<void>; getStatus(): string | Promise<string>; destroy(): void | Promise<void>; execute(): Promise<any>; getNextRun(): Date | null; on(event: TaskEvent, fun: (context: TaskContext) => Promise<void> | void): void; off(event: TaskEvent, fun: (context: TaskContext) => Promise<void> | void): void; once(event: TaskEvent, fun: (context: TaskContext) => Promise<void> | void): void; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
background-scheduled-task
DIR
-
drwxr-xr-x
2026-02-21 00:54:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
inline-scheduled-task.d.ts
1.11 KB
lrw-r--r--
2026-02-21 00:54:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
inline-scheduled-task.js
5.13 KB
lrw-r--r--
2026-02-21 00:53:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
inline-scheduled-task.js.map
4.69 KB
lrw-r--r--
2026-02-21 00:54:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
scheduled-task.d.ts
1.25 KB
lrw-r--r--
2026-02-21 00:54:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
scheduled-task.js
119 B
lrw-r--r--
2026-02-21 00:54:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
scheduled-task.js.map
132 B
lrw-r--r--
2026-02-21 00:54:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
state-machine.d.ts
209 B
lrw-r--r--
2026-02-21 00:54:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
state-machine.js
766 B
lrw-r--r--
2026-02-21 00:54:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
state-machine.js.map
735 B
lrw-r--r--
2026-02-21 00:54:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).