DaemonManager: async stop, simple mode wizard - show splash on stop

This commit is contained in:
xiphon
2020-02-16 15:01:17 +00:00
parent eb7fae92ef
commit 636ca1c41d
3 changed files with 18 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ public:
static DaemonManager * instance(const QStringList *args);
Q_INVOKABLE bool start(const QString &flags, NetworkType::Type nettype, const QString &dataDir = "", const QString &bootstrapNodeAddress = "", bool noSync = false);
Q_INVOKABLE bool stop(NetworkType::Type nettype);
Q_INVOKABLE void stopAsync(NetworkType::Type nettype, const QJSValue& callback);
Q_INVOKABLE bool noSync() const noexcept;
// return true if daemon process is started