Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:04, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Task_reassign

Reassign a task which has any status

Syntax

Task_reassign(taskResourceId, responsibleResourceId, content)

or

Task_reassign(taskResourceId, responsibleResourceId, content, userResourceId)

Arguments

  • taskResourceId: is a number expression. It is the resource id of the task
  • responsibleResourceId: is a number expression. It is the resource id of user who will be reassigned the task
  • content: is a string. It is the reassign content.
  • userResourceId: is number. It is the user resource id of user reassign this task

Return value

empty

Example

number taskResourceId = 34802722;

number responsibleResourceId = 34780089;

string content = "reassign";

print(Task_reassign(taskResourceId, responsibleResourceId, content));

Availability

Version 5.8