GetActiveTimeLogResult

Result type for getting active timelog operations. Provides SKIE-compatible sealed class structure for iOS interoperability.

Inheritors

Types

Link copied to clipboard
data class Failure(val error: ZyncError) : GetActiveTimeLogResult

Failure case containing error information.

Link copied to clipboard

Success case containing the active timelog data. The data will be null if there is no active timelog currently.