To show all running cron jobs: ps -ef|grep cron
You can check the logs: Server > logs > interworx logs > cron jobs
Start and stop / Status for cron jobs:/etc/init.d/crond stop
/etc/init.d/crond start
/etc/init.d/crond status
System Health will tell you if there's any problems.