CompilationLoader.LoadedRewriteStep(String, String) Method

Definition

Indicates whether all rewrite steps with the given name and loaded from the given source executed successfully. The source, if specified, is the path to the dll in which the step is specified. Returns a status NotRun if no such step was found or executed. Execution is considered successful if the precondition and transformation (if any) returned true.

public Microsoft.Quantum.QsCompiler.CompilationLoader.Status LoadedRewriteStep (string name, string? source = default);
member this.LoadedRewriteStep : string * string -> Microsoft.Quantum.QsCompiler.CompilationLoader.Status
Public Function LoadedRewriteStep (name As String, Optional source As String = Nothing) As CompilationLoader.Status

Parameters

name
String
source
String

Returns

CompilationLoader.Status

Applies to