C# Class Rock.Jobs.CompleteWorkflows

Inheritance: IJob
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
CompleteWorkflows ( ) : System

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

Execute ( IJobExecutionContext context ) : void

Job that will close workflows. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

Method Details

CompleteWorkflows() public méthode

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

public CompleteWorkflows ( ) : System
Résultat System

Execute() public méthode

Job that will close workflows. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Résultat void