Package bscw :: Package api :: Package Tasks :: Module ap_withdrawwbtask
[hide private]

Module ap_withdrawwbtask

Withdraw the execution of a task,
   return id of task withdrawn.

API definition::

 API = (('task_id', 'ASCII string', 1),
        ('reason', 'Unicode string', 1))

(c) Orbiteam Software GmbH, 2003


Version: $Rev: 20242 $

Functions [hide private]
 
param_def()
Return the parameter definition.
 
do_it(request, task_id, reason)
See above.
 
withdraw_task(request, task, reason)
Withdraw execution of task, return task (for user requests).
Variables [hide private]
  __package__ = None