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, log_error

Class Variables [hide private]
  _svc_name_ = 'web2py_cron'
  _svc_display_name_ = 'web2py Cron Service'
  _svc_description_ = 'web2py Windows cron service for scheduled...
  _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

Class Variable Details [hide private]

_svc_description_

Value:
'web2py Windows cron service for scheduled tasks'