OnChildEnded()

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

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.