Package gluon :: Module winservice :: Class Web2pyCronService
[hide private]
[frames] | no frames]

Class Web2pyCronService

source code

win32serviceutil.ServiceFramework --+        
                                    |        
                              Service --+    
                                        |    
                            Web2pyService --+
                                            |
                                           Web2pyCronService

Instance Methods [hide private]
 
start(self) source code
 
stop(self) source code

Inherited from Web2pyService: chdir

Inherited from Service: SvcDoRun, SvcStop, __init__, log

Class Variables [hide private]
  _svc_name_ = 'web2py_cron'
  _svc_display_name_ = 'web2py Cron Service'
  _exe_args_ = 'options'

Inherited from Web2pyService: server

Method Details [hide private]

start(self)

source code 
Overrides: Service.start

stop(self)

source code 
Overrides: Service.stop