REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 766 B
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/node-cron/dist/esm/tasks/state-machine.js
Text
Base64
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StateMachine = void 0; const allowedTransitions = { 'stopped': ['stopped', 'idle', 'destroyed'], 'idle': ['idle', 'running', 'stopped', 'destroyed'], 'running': ['running', 'idle', 'stopped', 'destroyed'], 'destroyed': ['destroyed'] }; class StateMachine { state; constructor(initial = 'stopped') { this.state = initial; } changeState(state) { if (allowedTransitions[this.state].includes(state)) { this.state = state; } else { throw new Error(`invalid transition from ${this.state} to ${state}`); } } } exports.StateMachine = StateMachine; //# sourceMappingURL=state-machine.js.map
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).