C# 클래스 WebApplications.Utilities.Scheduling.Scheduled.ScheduledActionResult

파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
Cancelled bool
Due Instant
Duration System.Duration
Exception System.Exception
Started Instant

보호된 메소드들

메소드 설명
ScheduledActionResult ( Instant due, Instant started, System.Duration duration, [ exception, bool cancelled ) : System

Initializes a new instance of the ScheduledActionResult class.

메소드 상세

ScheduledActionResult() 보호된 메소드

Initializes a new instance of the ScheduledActionResult class.
protected ScheduledActionResult ( Instant due, Instant started, System.Duration duration, [ exception, bool cancelled ) : System
due Instant The due.
started Instant The started.
duration System.Duration The duration.
exception [ The exception.
cancelled bool if set to the action was cancelled.
리턴 System

프로퍼티 상세

Cancelled 공개적으로 프로퍼티

Whether this action was cancelled.
public bool Cancelled
리턴 bool

Due 공개적으로 프로퍼티

When the execution was due.
public Instant Due
리턴 Instant

Duration 공개적으로 프로퍼티

How long the execution took.
public Duration,System Duration
리턴 System.Duration

Exception 공개적으로 프로퍼티

Any exception that was thrown by the function.
public Exception,System Exception
리턴 System.Exception

Started 공개적으로 프로퍼티

When the execution actually started.
public Instant Started
리턴 Instant