Win32::Daemon
(Not documented)
# File lib/mcollective/windows_daemon.rb, line 5
5: def self.daemonize_runner(pid=nil)
6: raise "Writing pid files are not supported on the Windows Platform" if pid
7: raise "The Windows Daemonizer should only be used on the Windows Platform" unless Util.windows?
8:
9: WindowsDaemon.mainloop
10: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.