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

Maps the exit code of a PowerShell to ExitStatus value returned by a PowerShell. Designed for use with the PowerShellTasklet. More...

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

Public Member Functions

ExitStatus GetExitStatus (int exitCode)
 

Detailed Description

Maps the exit code of a PowerShell to ExitStatus value returned by a PowerShell. Designed for use with the PowerShellTasklet.

Since
1.1.0

Member Function Documentation

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

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

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


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