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

Completed bool

Properties

Completed

public bool Completed { get; init; }

Property Value

bool