Member Junction
    Preparing search index...

    Class that is used for passing around generated code includes properties such as the code itself and a description of what the code does.

    Index

    Constructors

    Properties

    Code: string

    The generated executable code

    Comments: string

    A description of the code used for documentation purposes

    ErrorMessage?: string

    ErrorMessage if the code generation failed

    LibrariesUsed: ActionLibrary[]

    List of libraries and library items used in the generated code

    Success: boolean

    Indicates if the code generation was successful or not.