Summer.Batch.Core.Launch.Support.IExitCodeMapper Interface Reference

This interface should be implemented when an environment calling the batch framework has specific requirements regarding the operating system process return status. More...

Inheritance diagram for Summer.Batch.Core.Launch.Support.IExitCodeMapper:
Summer.Batch.Core.Launch.Support.SimpleVmExitCodeMapper

Public Member Functions

int IntValue (string exitCode)
 Convert the exit code from String into an integer that the calling environment as an operating system can interpret as an exit status. More...
 

Detailed Description

This interface should be implemented when an environment calling the batch framework has specific requirements regarding the operating system process return status.

Member Function Documentation

int Summer.Batch.Core.Launch.Support.IExitCodeMapper.IntValue ( string  exitCode)

Convert the exit code from String into an integer that the calling environment as an operating system can interpret as an exit status.

Parameters
exitCodeThe exit code which is used internally.
Returns
The corresponding exit status as known by the calling environment

Implemented in Summer.Batch.Core.Launch.Support.SimpleVmExitCodeMapper.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Launch/Support/IExitCodeMapper.cs