ICommandPredictor.OnCommandLineExecuted Method
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.
A command line was done execution.
public void OnCommandLineExecuted (System.Management.Automation.Subsystem.Prediction.PredictionClient client, string commandLine, bool success);
public virtual void OnCommandLineExecuted (System.Management.Automation.Subsystem.Prediction.PredictionClient client, string commandLine, bool success);
abstract member OnCommandLineExecuted : System.Management.Automation.Subsystem.Prediction.PredictionClient * string * bool -> unit
abstract member OnCommandLineExecuted : System.Management.Automation.Subsystem.Prediction.PredictionClient * string * bool -> unit
override this.OnCommandLineExecuted : System.Management.Automation.Subsystem.Prediction.PredictionClient * string * bool -> unit
Public Sub OnCommandLineExecuted (client As PredictionClient, commandLine As String, success As Boolean)
Public Overridable Sub OnCommandLineExecuted (client As PredictionClient, commandLine As String, success As Boolean)
Parameters
- client
- PredictionClient
Represents the client that initiates the call.
- commandLine
- String
The last accepted command line.
- success
- Boolean
Shows whether the execution was successful.