RoutineAnswer

open fun RoutineAnswer(objectMap: HashMap<String, Any>)

Create a routine answer. The values that were not set were reset to their standard. (See description of the variables.)

Parameters

objectMap

The objectMap which is transmitted to the next function in the routine.


open fun RoutineAnswer(objectMap: HashMap<String, Any>, skippedRoutine: Array<Routine>)

Create a routine answer. The values that were not set were reset to their standard. (See description of the variables.)

Parameters

objectMap
skippedRoutine

open fun RoutineAnswer(stop: Boolean)

Create a routine answer. The values that were not set were reset to their standard. (See description of the variables.)

Parameters

stop

open fun RoutineAnswer(stop: Boolean, errorMessage: String)

Create a routine answer. The values that were not set were reset to their standard. (See description of the variables.)

Parameters

stop
errorMessage

open fun RoutineAnswer()

Create a routine answer. The values will be set to their standard. (See description of the variables.)