Struct SuppressionUtils.SuppressResult
- Namespace
- Datamine.MineTrustConnector.Service.Extensibility
- Assembly
- Datamine.MineTrustConnector.Service.Extensibility.dll
Result object indicating, for a 'suppressed' action, whether or not the underlying logic completed.
public readonly record struct SuppressionUtils.SuppressResult : IEquatable<SuppressionUtils.SuppressResult>
- Implements
- Inherited Members
Constructors
SuppressResult(bool)
Result object indicating, for a 'suppressed' action, whether or not the underlying logic completed.
public SuppressResult(bool Completed)
Parameters
Completedbool
Properties
Completed
public bool Completed { get; init; }
