stopTeardownOnFailure property

bool? stopTeardownOnFailure
getter/setter pair

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

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

Implementation

core.bool? stopTeardownOnFailure;