More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Task_Functions]] | ||
| | ||
Revision as of 05:01, 11 November 2011
Task_reject
Reject a task which has status Need acceptance, Rejected
Syntax
Task_reject(taskResourceId, content)
Or
Task_reject(taskResourceId, content, userResourceId)
Arguments
- taskResourceId: is a number expression. It is the resource id of the task
- content: is a string. It is the reject content.
- userResourceId: is number. The resource id of user who rejects the task
Return value
empty
Example
number taskResourceId = 34802722;
string content = "Reject";
print(Task_reject(taskResourceId, content));
Availability
Version 5.8