ProcessRunning Property

Whether the process is running.

Syntax

ANSI (Cross Platform)
int GetProcessRunning();

Unicode (Windows)
BOOL GetProcessRunning();
@property (nonatomic,readonly,assign,getter=processRunning) BOOL processRunning;
- (BOOL)processRunning;
#define PID_PIPEEXEC_PROCESSRUNNING 6

IPWORKSIPC_EXTERNAL void* IPWORKSIPC_CALL IPWorksIPC_PipeExec_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

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

After calling StartProcess this property returns True. After calling StopProcess this property returns False.

This property is read-only and not available at design time.

Data Type

Boolean

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