InedoSDK Reference
Version:

INestedOtterScript Interface

Represents a nested OtterScript which can be run from within an operation.

Inheritance Hierarchy

  • Inedo.Extensibility.Operations.INestedOtterScript

Syntax

public interface INestedOtterScript

Remarks

Once initialized, this instance contains a parsed but not yet run OtterScript. Additional variables can be inserted into the context by calling Inedo.Extensibility.Operations.INestedOtterScript.SetAdditionalVariables(System.Collections.Generic.IReadOnlyDictionary{Inedo.ExecutionEngine.RuntimeVariableName,Inedo.ExecutionEngine.Executer.IRuntimeVariable}) before the script is executed.