[][src]Module pueue_lib::task

Structs

Task

Representation of a task. start will be set the second the task starts processing. result, output and end won't be initialized, until the task has finished.

Enums

TaskResult

This enum represents the exit status of an actually spawned program. It's only used, once a task finished or failed in some kind of way.

TaskStatus

This enum represents the status of the internal task handling of Pueue. They basically represent the internal task life-cycle.