WorkerView QML Type

An Item providing an overview of the current worker status. More...

Import Statement: import org.nephros.sailfish.OBSMaster 1.0

Properties

Detailed Description

Tries to mimic the information on https://<obshost>/monitor/old

Property Documentation

avg : var

Lookup table of build average times.


lastRefresh : int

stores last update time.

Warning: QML int is not suitable to store UNIX time in ms, as returned by Date.now()


mayRefresh : bool

true if the widget can be refreshed (refreshThresh has been reached). If there are ongoing builds, refreshThresh is divided by four.


refreshThresh : int

Time that must pass before we can refresh again, in ms. Defaults to four minutes.


showBuilds : bool

Show list of building processes below the summary.


workerCount : int

The amount of workers configured on the OBS build host


workers : string

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.