Summer.Batch.Core.Step.Tasklet.ISystemProcessExitCodeMapper Interface Reference

Maps the exit code of a system process to ExitStatus value returned by a system command. Designed for use with the SystemCommandTasklet. More...

Inheritance diagram for Summer.Batch.Core.Step.Tasklet.ISystemProcessExitCodeMapper:
Summer.Batch.Core.Step.Tasklet.SimpleSystemProcessExitCodeMapper

Public Member Functions

ExitStatus GetExitStatus (int exitCode)
 

Detailed Description

Maps the exit code of a system process to ExitStatus value returned by a system command. Designed for use with the SystemCommandTasklet.

Member Function Documentation

ExitStatus Summer.Batch.Core.Step.Tasklet.ISystemProcessExitCodeMapper.GetExitStatus ( int  exitCode)

Parameters
exitCodeexit code returned by the system process
Returns
ExitStatus appropriate for the systemExitCode parameter value

Implemented in Summer.Batch.Core.Step.Tasklet.SimpleSystemProcessExitCodeMapper.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Step/Tasklet/ISystemProcessExitCodeMapper.cs