Summer.Batch.Core.Step.Tasklet.PowerShellExitCodeMapper Class Reference

Simple ISystemProcessExitCodeMapper implementation that performs following mapping: 0 -> ExitStatus.Completed else -> ExitStatus.Failed More...

Inheritance diagram for Summer.Batch.Core.Step.Tasklet.PowerShellExitCodeMapper:
Summer.Batch.Core.Step.Tasklet.IPowerShellExitCodeMapper

Public Member Functions

ExitStatus GetExitStatus (int exitCode)
 

Detailed Description

Simple ISystemProcessExitCodeMapper implementation that performs following mapping: 0 -> ExitStatus.Completed else -> ExitStatus.Failed

Since
1.1.0

Member Function Documentation

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

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