Peach :: Publishers :: process :: Command :: Class Command
[hide private]

Class Command

source code


Run a command line program passing generated data as parameters.

Instance Methods [hide private]
string
call(self, method, args)
Call method on COM object.
source code

Inherited from publisher.Publisher: accept, close, property, receive, send, start, stop

Method Details [hide private]

call(self, method, args)

source code 

Call method on COM object.

Parameters:
  • method (string) - Command to execute
  • args (array of objects) - Arguments to pass
Returns: string
data returned (if any)
Overrides: publisher.Publisher.call