What is unclear from the README descriptions?
I didn't understand round robin and load balance.

They're commands for your OS - so usually useful for things like sending emails, SMS, etc.
BFGMiner will try to restart dead miners on its own by default, though... If the entire PC needs to be rebooted, *nix has a "reboot" command (I imagine Windows has some command to do it as well).
Thanks! I found it from stackoverflow.
- shutdown -r restarts
- shutdown -s shutsdown
- shutdown -l logoff
- shutdown -t xx where xx is number of seconds to wait till shutdown/restart/logoff
- shutdown -i gives you a dialog box to fill in what function you want to use
- shutdown -a aborts the previous shutdown command
Additional options:
- -f force the selected action
I used : --cmd-dead shutdown-r-f .

~~MZ~~