Skip to main content
Version: 8.9

Type Alias: GlobalJobStatisticsQueryResult

type GlobalJobStatisticsQueryResult = object;

Global job statistics query result.

Properties

completed

completed: StatusMetric;

created

created: StatusMetric;

failed

failed: StatusMetric;

isIncomplete

isIncomplete: boolean;

True if some data is missing because internal limits were reached and some metrics were not recorded.