DSAT gate, TASK_REPLY function
The TASK_REPLY function of DSAT format is used to notify the domain that attached a task that the task has had its first dispatch.
Input Parameters
- SUSPEND_TOKEN
- is the suspend token that the task can be suspended against by default.
- TASK_TOKEN
- is the token by which the task that has been dispatched is known to the dispatcher.
- TRANSACTION_BUILD
- Optional Parameter
- USER_TOKEN
- is the token by which the task that has been dispatched is known to the called domain.
Output Parameters
- RESPONSE
- Indicates whether the domain call was successful. For more information, see RESPONSE parameter on domain interfaces.