Zync Job Stats
data class ZyncJobStats(val totalJobs: Int, val completedJobs: Int, val closedJobs: Int, val incompleteJobs: Int, val onProgress: Int, val yetToStart: Int, val delayed: Int)
Represents job statistics for a given date range.
This data class contains aggregated counts of jobs grouped by their current status types, providing insights into job completion rates, progress, and delays.
Constructors
Properties
Link copied to clipboard
Number of jobs with CLOSED status
Link copied to clipboard
Number of jobs with COMPLETED status
Link copied to clipboard
Number of jobs with CANNOT_COMPLETE, ON_HOLD, or FAILED status
Link copied to clipboard
Number of jobs with STARTED or ON_MY_WAY status
Link copied to clipboard
Number of jobs with SCHEDULED, NEW, or null status