API reference
API-method scheduleresume
Signature
bool scheduleresume(int Seconds);
Description
Schedule resuming of all activities after expiring of wait interval.
Arguments
- Seconds
(int)
- Amount of seconds to wait before resuming.
Return value
true
on success or failure
result on error.
Remarks
Method scheduleresume
activates a wait timer. When the timer fires then all pausable activities resume: download, post-processing and scan of incoming directory. This method doesn’t pause anything, activities must be paused before calling this method.
Calling any of methods pausedownload
, resumedownload
, pausepost
, resumepost
, pausescan
, resumescan
deactivates the wait timer.
Introduction
Installation manuals
- Installation on Windows
- Installation on Windows via WinGet
- Installation on macOS
- Installation on macOS via Homebrew
- Installation on Linux
- Installation on Docker
- Installation on Docker - LinuxServer.io version
- Installation on Android
- Installation on Synology
- Installation on QNAP
- Installation on other NAS devices
Building manuals
Configuration
- Backup And Restore Settings
- Performance Tips
- Choosing Cipher
- Behind Other Web Server
- TLS certificate verification
Usage
- Quick Filter
- Keyboard Shortcuts
- RSS and duplicate check
- VideoSort
- Console Mode
- Command Line Reference
- Performing Speed Tests
Development
Extensions
- Extension Scripts
- Post-processing scripts
- Scan Scripts
- Queue Scripts
- Scheduler Scripts
- Feed Scripts
- API reference