Close method: Task class
Syntax
Close(Comment)
Description
Use the Close method to close the task. Only use this method with overflowed or escalated tasks.
Note:
This method does not resubmit the task. Use the Enqueue method to resubmit the task, then use this method to close it.
Parameters
| Parameter | Description |
|---|---|
|
Comments |
Specify any comments you want associated with this closed task. You can specify a null
value |
Returns
None.
Related Topics