RanolP / measurrred

taskbar integrated tiny system monitor
MIT License
20 stars 1 forks source link

Make setup() return Vec<Job> #27

Closed RanolP closed 2 years ago

RanolP commented 2 years ago

I expect the Job would be like to have name, current, max, started_at, end_at, state.

RanolP commented 2 years ago

Initially done in a110a02204b0ab7ee1f7adeda18e1b2b82b1a1d8, Advanced in 194d816de86e1a8434b7a75f8a3e6494991e4ddf

RanolP commented 2 years ago

Talk started_at and end_at in separated issue.