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

AllFailed

Gets a value indicating, that all SubCommands failed.

AllSucceeded

Gets a value indicating, that all SubCommands succeeded.

FirstSubError

Gets the first SubError that is not NoError

OneFailed

Gets a value indicating, whether the overall Sumcommand failed (checking all subcommand results).

OneSucceeded

Gets a value indicating, whether the overall SumCommand succeeded (including all subcommands)

OverallError

Gets the Overall (combined error) from SumCommand AND SubCommands.

Reference

TwinCAT.Ads.SumCommand Namespace