IPWorks IPC 2020 Python Edition

Questions / Feedback?

process_args Property

The arguments to pass to the process.

Syntax

def get_process_args() -> str: ...
def set_process_args(value: str) -> None: ...

process_args = property(get_process_args, set_process_args)

Default Value

""

Remarks

This property specifies the arguments that will be passed to the process when it is started.

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