Event::ExecFlow - High level API for event-based execution flow control http://www.cpan.org
Go to file
2024-01-06 08:56:37 +01:00
perl-Event-ExecFlow.spec automatic rebuild by autodist [release 0.64-2mamba;Sun Dec 28 2014] 2024-01-06 08:56:37 +01:00
README.md automatic update by autodist [release 0.64-1mamba;Tue Jan 12 2010] 2024-01-06 08:56:37 +01:00

perl-Event-ExecFlow

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.

Additionally it defines an extensible API for communication with the frontend application, which may be a written using Gtk2, Tk or Qt or is a simple text console program.

In case of Gtk2 a custom widget for displaying an Event::ExecFlow job plan, including progress updates, is shipped with the Gtk2::Ex::FormFactory package.