Table of Contents

Class ScheduledTaskExecutionResult

Namespace
CMS.Scheduler
Assembly
CMS.Scheduler.dll

Represents the result of a scheduled task execution.

public sealed class ScheduledTaskExecutionResult
Inheritance
object
ScheduledTaskExecutionResult
Extension Methods

Constructors

ScheduledTaskExecutionResult(string)

Initializes a new instance of the ScheduledTaskExecutionResult class.

public ScheduledTaskExecutionResult(string resultMessage)

Parameters

resultMessage string

Message containing additional details of failed execution or an empty string on success.

Properties

Success

Represents a successful execution result.

public static ScheduledTaskExecutionResult Success { get; }

Property Value

ScheduledTaskExecutionResult