void OnChildEnded(string inChildName, int inChildID, bool inComplete, IVariables inOutputParams);
Description
This callback will be called when a child survey is ended to force an action on the child survey e.g.: you can save the survey to prevent deletion
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inChildName | string | name of the child survey |
inComplete | bool | returns true/false if the interview was completed or not |
inOutputParams | IVariables | The output parameters |
Return Type
void
Example
Comments
Please sign in to leave a comment.