Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
executeProc.hpp File Reference
#include <QFuture>
#include <string>
#include "core/Types.hpp"

Go to the source code of this file.

Macros

#define ATLAS_EXECUTEPROC_HPP
 

Functions

void executeProc (const RecordID game_id, const QString version, const QString &path)
 Executes the given path.
 
bool processIsRunning ()
 
void softTerminateProcess ()
 
void hardTerminateProcess ()
 

Macro Definition Documentation

◆ ATLAS_EXECUTEPROC_HPP

#define ATLAS_EXECUTEPROC_HPP

Function Documentation

◆ executeProc()

void executeProc ( const RecordID game_id,
const QString version,
const QString & path )

Executes the given path.

Parameters
path

◆ hardTerminateProcess()

void hardTerminateProcess ( )

◆ processIsRunning()

bool processIsRunning ( )

◆ softTerminateProcess()

void softTerminateProcess ( )