Linux command
pueue-enqueue 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Enqueue stashed task
pueue enqueue [task_id]
Enqueue multiple tasks
pueue enqueue [id1] [id2] [id3]
Enqueue with delay
pueue enqueue --delay "[30min]" [task_id]
说明
pueue enqueue moves stashed tasks into the active queue for execution. Tasks that were added with --stashed or moved to stash with pueue stash can be activated with this command. An optional --delay defers execution by a specified duration.
参数
- --delay _DURATION_
- Delay before execution.
FAQ
What is the pueue-enqueue command used for?
pueue enqueue moves stashed tasks into the active queue for execution. Tasks that were added with --stashed or moved to stash with pueue stash can be activated with this command. An optional --delay defers execution by a specified duration.
How do I run a basic pueue-enqueue example?
Run `pueue enqueue [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --delay _DURATION_ do in pueue-enqueue?
Delay before execution.