Get desktop application:
View/edit binary Protocol Buffers messages
Used in: JobStoredData
optional Uuid id = 1
uint64 next_tick = 3
optional uint64 last_tick = 4
Used in: ListOfJobsAndNotifications
optional Uuid job_id = 1
repeated Uuid notification_ids = 2
Used in: NotificationData
optional Uuid job_id = 1
optional Uuid notification_id = 2
Used in: NotificationData, NotificationIdAndState
Stop = 0
Scheduled = 1
Started = 2
Done = 3
Removed = 4
optional Uuid id = 1
optional uint64 last_updated = 2
optional uint64 last_tick = 3
uint64 next_tick = 4
oneof job
uint32 count = 8
bytes extra = 9
bool ran = 10
bool stopped = 11
int32 time_offset_seconds = 12
Used in: JobAndNextTick, JobStoredData
Cron = 0
Repeated = 1
OneShot = 2
Used in: JobStoredData
bool repeating = 1
uint64 repeated_every = 2
repeated JobState job_states = 2
bytes extra = 3
optional Uuid notification_id = 1
Used in: JobAndNextTick, JobAndNotifications, JobIdAndNotification, JobStoredData, ListOfUuids, NotificationIdAndState
uint64 id1 = 1
uint64 id2 = 2