Function exec_python_script_async

  • Execute a Python3 script from a path async

    Parameters

    • python_path: string

      Python executable path

    • python_script_path: string

      Python script to execute

    • args: string

      Arguments for the script

    • pre_script: string
    • working_directory: string
    • callback: ((result: p_result) => void)
    • callback_stream: ((stream_c: any) => void)
        • (stream_c: any): void
        • Parameters

          • stream_c: any

          Returns void

    Returns void

Generated using TypeDoc