setNextTask
The setNextTask
method sets the ID of the task that you want to run after the current task.
NOTE: You can use this method only in functions that you call from the post
section of a task configuration, or in the user_cancel
or system_cancel
objects. For more information, refer to the Answer Server Administration Guide.
Syntax
setNextTask( id )
Arguments
Argument | Description |
---|---|
id
|
(string) The ID of the task that you want to run next. |