Difference between revisions of "Task cancel"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Task_Functions]]
 

 

  

Revision as of 12:21, 10 November 2011



Task_cancel

Cancel a task

Syntax

Task_cancel(taskResourceId, content)

or

Task_cancel(taskResourceId, content, 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 cancels the task
  • content: is a string. It is the cancellation content.

Return value

empty

Example

number taskResourceId = 34802722;

print(Task_approve(taskResourceId));

Availability

Version 5.8