Process is a function implementing the actual task logic
func(out aptly.Progress, detail *Detail) (*ProcessReturnValue, error)
| 29 | |
| 30 | // Process is a function implementing the actual task logic |
| 31 | type Process func(out aptly.Progress, detail *Detail) (*ProcessReturnValue, error) |
| 32 | |
| 33 | const ( |
| 34 | // IDLE when task is waiting |
nothing calls this directly
no outgoing calls
no test coverage detected