mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
6 lines
335 B
Plaintext
6 lines
335 B
Plaintext
Event::ExecFlow offers a high level API to declare jobs, which mainly
|
|
execute external commands, parse their output to get progress or other
|
|
status information, triggers actions when the command has been finished
|
|
etc. Such jobs can be chained together in a recursive fashion to fulfill
|
|
rather complex tasks which consist of many jobs.
|