Module pueue_lib::task

source ·
Expand description

Everything regarding Pueue’s task

Structs§

  • 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§

  • 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.
  • This enum represents the status of the internal task handling of Pueue. They basically represent the internal task life-cycle.