closeAfterFinished property
If set to true
the Task will close after the participant has finished
the task. If it's set to false
no navigation function is called.
Navigation or closing is still possible for example in the onSubmit
function of RPUIOrderedTask
.
Implementation
bool closeAfterFinished;