Class that has the result of the individual action execution and used by the engine or other caller

Hierarchy

  • ActionResultSimple

    Constructors

    Properties

    Message?: string

    Optional, additional information about the result of the action

    Params?: ActionParam[]

    All parameters including inputs and outputs are provided here for convenience

    ResultCode: string

    A string that indicates the strucutred output/results of the action

    Success: boolean

    Indicates if the action was successful or not.