
functions
files
intro
|
|
yast2 |
modules/Cron.ycp |
| Read and Write Crontabs |
|
|
|
|
|
global Read (string filename, map options) -> list
|
|
Read crontab contents
- Parameters:
- Return value:
|
global Write (string filename, list blocks) -> boolean
|
|
Write crontab contents
- Parameters:
- Return value:
|
global AddSimple (string comment, map envs, string command, map event, string file) -> boolean
|
|
Add a simple cron job with comment and env. variables
- Parameters:
|
comment |
|
|
envs |
|
|
command |
|
|
event |
event time: dom, dow, hour, minute, month, special |
|
file |
|
- Return value:
|