|
If you mean the cron subsystem then do a check of the process list and see if cron is running. Otherwise it depends on your operating system.
If you mean your tasks, then do "crontab -l", if nothing is listed that does not start with # then you have nothing scheduled.
|