MassOperationResult public class MassOperationResult : DisplayableObjectIdentifier Represents a result of a mass operation. Documentation public Exception Exception { get; set; } Gets or sets exception thrown during the operation. public bool Succeeded { get; set; } Gets or sets the operation success flag. public MassOperationResult()