1 reference to AttachmentsProcessingFailed
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
210
requestData.MetricsCollection.Add(TelemetryDataConstants.AttachmentsProcessingState, completeArgs.Error != null ?
AttachmentsProcessingFailed
: completeArgs.IsCanceled ? AttachmentsProcessingCanceled : AttachmentsProcessingCompleted);