about summary refs log tree commit diff
path: root/Doc/Zsh/mod_sched.yo
blob: 18ea87db515472f1a7c5a6d3f76278504d8b1a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
texinode(The sched Module)(The stat Module)(The parameter Module)(Zsh Modules)
sect(The sched Module)
The tt(sched) module makes available one builtin command:

startitem()
findex(sched)
cindex(timed execution)
cindex(execution, timed)
xitem(tt(sched) [tt(PLUS())]var(hh)tt(:)var(mm) var(command) ...)
item(tt(sched) [ tt(-)var(item) ])(
Make an entry in the scheduled list of commands to execute.
The time may be specified in either absolute or relative time.
With no arguments, prints the list of scheduled commands.
With the argument `tt(-)var(item)', removes the given item
from the list.
)
enditem()