stopOnSetupFailure property

bool? stopOnSetupFailure
getter/setter pair

If true, fire the main tag if and only if the setup tag fires successfully.

If false, fire the main tag regardless of setup tag firing status.

Implementation

core.bool? stopOnSetupFailure;