ISumCommandExtension Class
Extension class for ISumCommand derived classes.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.SumCommand.ISumCommandExtension
Namespace: TwinCAT.Ads.SumCommand
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public static class ISumCommandExtension
The ISumCommandExtension type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Gets a value indicating, that all SubCommands failed. | |
|
Gets a value indicating, that all SubCommands succeeded. | |
|
Gets the first SubError that is not NoError | |
|
Gets a value indicating, whether the overall Sumcommand failed (checking all subcommand results). | |
|
Gets a value indicating, whether the overall SumCommand succeeded (including all subcommands) | |
|
Gets the Overall (combined error) from SumCommand AND SubCommands. |