Package madrona :: Package async :: Module ProcessHandler
[hide private]

Module ProcessHandler

source code

Functions [hide private]
 
__begin_process(task_method, task_args=(), task_kwargs={}, polling_url=None, cache_results=True) source code
 
check_status_or_begin(task_method, task_args=(), task_kwargs={}, polling_url=None, task_id=None, check_running=True, cache_results=True) source code
 
process_is_running_or_complete(polling_url=None, task_id=None) source code
 
process_is_running(polling_url=None, task_id=None) source code
 
process_is_pending(polling_url=None, task_id=None) source code
 
process_is_complete(polling_url=None, task_id=None) source code
 
get_process_status(polling_url=None, task_id=None) source code
 
get_process_result(polling_url=None, task_id=None) source code
 
get_taskid_from_url(polling_url) source code
 
get_url_from_taskid(task_id) source code
 
__get_asyncresult(polling_url=None, task_id=None) source code