getJobTimeLogSummary

suspend fun getJobTimeLogSummary(jobUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetJobTimeLogSummaryResult

Get comprehensive timelog summary for a specific job with offline-first support

Return

GetJobTimeLogSummaryResult containing comprehensive timelog data or error information

Parameters

jobUid

The unique identifier of the job to fetch timelog summary for

fetchType

Fetch strategy: NONE (default), MARK_STALE, or FORCE_REFRESH