Nepomuk-Core
processcontrol.cpp
Go to the documentation of this file.
45 void ProcessControl::start( const QString &application, const QStringList &arguments, CrashPolicy policy, int maxCrash )
90 qDebug( "Application '%s' crashed! %d restarts left.", qPrintable( commandLine() ), mCrashCount );
void terminate(bool waitAndKill=false)
Sends the term signal to the process.
Definition: processcontrol.cpp:126
void start(const QString &application, const QStringList &arguments=QStringList(), CrashPolicy policy=RestartOnCrash, int maxCrashes=5)
Starts the application with the given list of arguments.
Definition: processcontrol.cpp:45
void finished(bool clean)
CrashPolicy
Theses enums describe the behaviour when the observed application crashed.
Definition: processcontrol.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.