1Event::ExecFlow::Job::CUosmemranCdo(n3t)ributed Perl DocEuvmeenntt:a:tEixoencFlow::Job::Command(3)
2
3
4

NAME

6       Event::ExecFlow::Job::Command - External command for async execution
7

SYNOPSIS

9         Event::ExecFlow::Job::Command->new (
10           command              => Shell command to be executed,
11           fetch_output         => Boolean if output should be fetched,
12           progress_parser      => A closure or regex for progress parsing,
13           configure_callback   => A closure to configure the command
14                                   before execution,
15           ...
16           Event::ExecFlow::Job attributes
17         );
18

DESCRIPTION

20       Use this module for asynchronous execution of an external command with
21       Event::ExecFlow.
22

OBJECT HIERARCHY

24         Event::ExecFlow
25
26         Event::ExecFlow::Job
27         +--- Event::ExecFlow::Job::Command
28
29         Event::ExecFlow::Frontend
30         Event::ExecFlow::Callbacks
31

ATTRIBUTES

33       Attributes can by accessed at runtime using the common get_ATTR(),
34       set_ATTR() style accessors.
35
36       [ FIXME: describe all attributes in detail ]
37

METHODS

39       [ FIXME: describe all methods in detail ]
40

AUTHORS

42        Jörn Reder <joern at zyn dot de>
43
45       Copyright 2005-2006 by Jörn Reder.
46
47       This library is free software; you can redistribute it and/or modify it
48       under the terms of the GNU Library General Public License as published
49       by the Free Software Foundation; either version 2.1 of the License, or
50       (at your option) any later version.
51
52       This library is distributed in the hope that it will be useful, but
53       WITHOUT ANY WARRANTY; without even the implied warranty of
54       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
55       Library General Public License for more details.
56
57       You should have received a copy of the GNU Library General Public
58       License along with this library; if not, write to the Free Software
59       Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
60       USA.
61

POD ERRORS

63       Hey! The above document had some coding errors, which are explained
64       below:
65
66       Around line 302:
67           Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
68
69
70
71perl v5.34.0                      2022-01-21  Event::ExecFlow::Job::Command(3)
Impressum