VoiceCommandCompletionReason VoiceCommandCompletionReason VoiceCommandCompletionReason VoiceCommandCompletionReason Enum

Definition

Specifies the possible reasons the voice command completed.

public : enum class VoiceCommandCompletionReasonpublic enum VoiceCommandCompletionReasonPublic Enum VoiceCommandCompletionReason// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

AppLaunched AppLaunched AppLaunched AppLaunched

The background app service requested that the app launch in the foreground with a call to RequestAppLaunchAsync.

Canceled Canceled Canceled Canceled

The user cancelled the interaction with Cortana.

CommunicationFailed CommunicationFailed CommunicationFailed CommunicationFailed

Communication with Cortana failed.

Completed Completed Completed Completed

The background app service completed the interaction by calling ReportSuccessAsync or ReportFailureAsync.

ResourceLimitsExceeded ResourceLimitsExceeded ResourceLimitsExceeded ResourceLimitsExceeded

The background app service exited because not enough resources were available.

TimeoutExceeded TimeoutExceeded TimeoutExceeded TimeoutExceeded

The background app service took too long to provide a response to Cortana.

Unknown Unknown Unknown Unknown

Unknown error.

See Also