Class ScheduledTaskExecutionResult
Represents the result of a scheduled task execution.
public sealed class ScheduledTaskExecutionResult
- Inheritance
-
objectScheduledTaskExecutionResult
- Extension Methods
Constructors
ScheduledTaskExecutionResult(string)
Initializes a new instance of the ScheduledTaskExecutionResult class.
public ScheduledTaskExecutionResult(string resultMessage)
Parameters
resultMessage
stringMessage containing additional details of failed execution or an empty string on success.
Properties
Success
Represents a successful execution result.
public static ScheduledTaskExecutionResult Success { get; }