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.7Syntax
public interface IScheduledJobProperties
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 | 
