NAME

StoreProcess::Shell - Class for a StoreProcess that is run as a shell-command.

SYNOPSIS

This class is used in the same way as the StoreProcess-class. Please see the StoreProcess-class for more info.

DESCRIPTION

Class for a StoreProcess that is run as a shell-command.

The class is used in the same way as the StoreProcess-class. Please seee the StoreProcess-class for more information.

CONSTRUCTOR

new()

Instantiates the constructor of the class.

It is inherited from the StoreProcess-class and takes the same parameteres (see the StoreProcess-class for more information).

In addition it takes the parameter:

Returns the StoreProcess-instance.

METHODS

execute_startprocess()

Starts the shell-process and runs command specified in the pars-option of new (see the StoreProcess-class).

This method is inherited from the StoreProcess-class. Please see the StoreProcess-class for more information.

The method is not to be called by the user and is for internal use.

execute_cleanup()

Cleans up after the shell-process when it ends.

This method is inherited from the StoreProcess-class. Please see the StoreProcess-class for more information.

The method is for internal use and is not to be called by the user.

execute_cease()

Stops the shell-process running.

This method is inherited from the StoreProcess-class. Please see the StoreProcess-class for more information.

The method is for internal use and is not to be called by the user.