9 namespace Arp { 
namespace System { 
namespace Ve
    11 class IProcessService;
    14 namespace Arp { 
namespace System { 
namespace Commons { 
namespace Runtime
    32     static void SetupCurrentProcess(
int core = -1);
    36     static const String GetCurrentFileName(
void);
    43     void Start(
const String& workingDirectory, 
const String& path, 
const String& commandLineArgs = 
"");
    51     int StartBlocking(
const String& workingDirectory, 
const String& path, 
const String& commandLineArgs, 
int& exitStatus);
    61     Arp::System::Ve::IProcessService* pProcessService;
 
High level API to create and manage a processes.
Definition: Process.hpp:18
 
Root namespace for the PLCnext API
 
System components used by the System, Device, Plc or Io domains.