Share via


TelemetryResult Enum

Definition

An enum to define the result from user task or operation.

public enum class TelemetryResult
public enum TelemetryResult
type TelemetryResult = 
Public Enum TelemetryResult
Inheritance
TelemetryResult

Fields

Failure 2

A result to indicate the action/operation failed because of product issue (not user faults) Consider using FaultEvent to provide more details about the failure.

None 0

Used for unknown or unavailable result.

Success 1

A result without any failure from product or user.

UserCancel 4

A result to indicate the action/operation is cancelled by user.

UserFault 3

A result to indicate the action/operation failed because of user fault (e.g., invalid input). Consider using FaultEvent to provide more details.

Applies to