FeedbackTrigger Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of trigger for the feedback provider.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FeedbackTrigger
[<System.Flags>]
type FeedbackTrigger =
Public Enum FeedbackTrigger
- Inheritance
-
FeedbackTrigger
- Attributes
Fields
Name | Value | Description |
---|---|---|
Success | 1 | The last command line executed successfully. |
CommandNotFound | 2 | The last command line failed due to a command-not-found error. This is a special case of Error. |
Error | 6 | The last command line failed with an error record. This includes the case of command-not-found error. |
All | 7 | All possible triggers. |