More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Task_Functions]] | ||
| | ||
Revision as of 10:14, 10 November 2011
Task_accept
Accept a task
Syntax
Task_accept(taskResourceId)
or
Task_accept(taskResourceId, userResourceId)
Arguments
- taskResourceId: is a number expression. It is the resource id of the task
- userResourceId: is a number expression. It is the resource id of user who accepts the task
Return value
empty
Example
number taskResourceId = 34802722;
print(Task_accept(taskResourceId));
Availability
Version 5.8