*BeginTaskSelections()

Indicates the beginning of a task selections block.

Syntax

*BeginTaskSelections()

Example

*BeginWizardSelections()
 
*BeginAssemblySelections()
 *Selection(model_type, "Full vehicle")
 
 
 *EndAssemblySelections()
 *BeginTaskSelections()
 *Selection(full_task, "an_brake_turn_event")
 *EndTaskSelections()
*EndWizardSelections()

Context

*BeginWizardSelections()

Comments

Every *BeginTaskSelections() statement requires a closing *EndTaskSelections() statement.

Only one *BeginTaskSelections() block can appear in a *BeginWizardSelections() block.

This block saves all the selections from the radio groups and system groups of the task wizard to create the model.