stopTeardownOnFailure property
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;
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.
core.bool? stopTeardownOnFailure;