C# Класс WebApplications.Utilities.Scheduling.Scheduled.ScheduledActionResult

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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