Try our conversational search powered by Generative AI!

Interface IScheduledJob

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Minimal interface for all classes that should be executed by the ISchedulerService

Namespace: EPiServer.Scheduler.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IScheduledJob

Properties

ID

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the identifier of the scheduled job this job instance represents.

Declaration
Guid ID { get; }
Property Value
Type Description
System.Guid

Methods

Execute()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Executes the task that it has been scheduled to do.

Declaration
string Execute()
Returns
Type Description
System.String

A string describing the outcome

Extension Methods