Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Task disapprove: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:Task_Functions]]
[[Category:Task_Functions]]

{{HelpFiles}}


=====Task_disapprove=====
=====Task_disapprove=====

Revision as of 09:28, 12 December 2011



Task_disapprove

Disapprove a task

Syntax

Task_disapprove(number taskResourceId, string content)

or

Task_disapprove(number taskResourceId, string content, number 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 disapproves the task
  • content: is a string. It is the disapproval content.

Return value

empty

Example

number taskResourceId = 34802722;

string content = "This task is disapproved because it needs fixing on step X";

print(Task_disapprove(taskResourceId, content));

Availability

Version 5.8