|
|
|
|
|
configure_tasktable_crud(self,
task=None,
function=None,
args=None,
vars=None,
period=3600)
Configure the task table for interactive CRUD, setting defaults,
widgets and hiding unnecessary fields |
source code
|
|
|
|
async(self,
task,
args=None,
vars=None,
timeout=300)
Wrapper to call an asynchronous task. |
source code
|
|
|
|
schedule_task(self,
task,
args=None,
vars=None,
function_name=None,
start_time=None,
next_run_time=None,
stop_time=None,
repeats=None,
period=None,
timeout=None,
enabled=None,
group_name=None,
ignore_duplicate=False,
sync_output=0)
Schedule a task in web2py Scheduler |
source code
|
|
|
|
authenticate(self,
user_id)
Activate the authentication passed from the caller to this new request
- run from within the task |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|