IPWorks IPC 2020 Python Edition

Questions / Feedback?

start_process Method

Starts the process.

Syntax

def start_process() -> None: ...

Remarks

This method starts the process specified by on_start_process. After starting the process data may be sent to the process by calling send, send_line, send or setting stdin.

Data received from the process will be available from the on_stdout and on_stderr events.

The following properties are applicable when calling this method:

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 Python Edition - Version 20.0 [Build 8155]