C# 클래스 Summer.Batch.Core.Step.Tasklet.PowerShellExitCodeMapper

Simple ISystemProcessExitCodeMapper implementation that performs following mapping: 0 -> ExitStatus.Completed else -> ExitStatus.Failed \since 1.1.0
상속: IPowerShellExitCodeMapper
파일 보기 프로젝트 열기: SummerBatch/SummerBatch 1 사용 예제들

공개 메소드들

메소드 설명
GetExitStatus ( int exitCode ) : ExitStatus

@see IPowerShellExitCodeMapper#GetExitStatus.

메소드 상세

GetExitStatus() 공개 메소드

@see IPowerShellExitCodeMapper#GetExitStatus.
public GetExitStatus ( int exitCode ) : ExitStatus
exitCode int
리턴 ExitStatus