SumCommandErrorStrategy Enumeration

The Error strategy for ISumCommand

Namespace:  TwinCAT.Ads.SumCommand
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public enum SumCommandErrorStrategy

Members

 

Member name

Value

Description

None

0

Errors are ignored

Relaxed

1

Whole SumCommand fails if the Main Request fails or all subCommands indicate errors.

Strict

2

The SumCommand succeeds only if all Sub-Requests succeeded.

Reference

TwinCAT.Ads.SumCommand Namespace