WorkerView QML Type
An Item providing an overview of the current worker status. More...
Import Statement: | import org.nephros.sailfish.OBSMaster 1.0 |
Properties
- avg : var
- lastRefresh : int
- mayRefresh : bool
- refreshThresh : int
- showBuilds : bool
- workerCount : int
- workers : string
Detailed Description
Tries to mimic the information on https://<obshost>/monitor/old
Property Documentation
stores last update time.
Warning: QML int
is not suitable to store UNIX time in ms, as returned by Date.now()
true
if the widget can be refreshed (refreshThresh has been reached). If there are ongoing builds, refreshThresh is divided by four.
Time that must pass before we can refresh again, in ms. Defaults to four minutes.
XML string used as input for the various XmlListModels.
See also OBS::getWorkerStatus().
OBS Master Documentation Copyright (c) 2023 The OBS Master contributors. This document may be used under the terms of the Creative Commons Attribution Share Alike 4.0 International License.