Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MonitoredProcess.h File Reference
+ Include dependency graph for MonitoredProcess.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FMonitoredProcess
 
class  FSerializedUATProcess
 

Functions

 DECLARE_DELEGATE_OneParam (FOnMonitoredProcessCompleted, int32) DECLARE_DELEGATE_OneParam(FOnMonitoredProcessOutput
 

Function Documentation

◆ DECLARE_DELEGATE_OneParam()

DECLARE_DELEGATE_OneParam ( FOnMonitoredProcessCompleted ,
int32  )

Declares a delegate that is executed when a monitored process completed.

The first parameter is the process return code. Declares a delegate that is executed when a monitored process produces output.

The first parameter is the produced output.