IPWorks IPC 2020 Python Edition

Questions / Feedback?

process_running Property

Whether the process is running.

Syntax

def get_process_running() -> bool: ...

process_running = property(get_process_running, None)

Default Value

FALSE

Remarks

This property indicates whether the process specified by process_file_name is running.

After calling start_process this property returns True. After calling stop_process this property returns False.

This property is read-only.

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