次の方法で共有


FeedbackTrigger Enum

Definition

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

All 7

All possible triggers.

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.

Success 1

The last command line executed successfully.

Applies to