Results for “Std.App.Work.Record”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Work.Record
What a job has done so far.
- Std.App.Work.everFailed
&Std.App.Work.Record -> BoolWhether a job has ever failed.
- Std.App.Work.failuresOf
&Std.App.Work.Record -> IntHow many of those failed.
- Std.App.Work.lastFailureOf
&Std.App.Work.Record -> Option[Str]What it last said when it failed, or nothing when it has not.
- Std.App.Work.lastTookOf
&Std.App.Work.Record -> IntHow long the last run took.
- Std.App.Work.nothingYet
Std.App.Work.RecordNothing recorded yet.
- Std.App.Work.recordOf
&Std.App.Work.Schedule -> Str -> Option[Std.App.Work.Record]What one job has done.
- Std.App.Work.runsOf
&Std.App.Work.Record -> IntHow many times a job ran.
- Std.App.Work.skipsOf
&Std.App.Work.Record -> IntHow many turns were skipped because the last run had not finished.
