This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ScheduledJob
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ScheduledJob

The type exposes the following properties.

Public Properties

  Name Description
Public property ConfigurationXml
Gets a string containing the xml definition of this scheduled job.
Public property CurrentRun
Gets the current run. Returns null if no job is currently running.
Public property DefaultParameters
Gets the default parameters specified for this job.
Public property IsEnabled
Returns true if the scheduled job is enabled.
Public property IsRunning
Returns true if the job is currently running, false otherwise.
Public property Name
Gets the name of the scheduled job.
Public property PreviousRuns
Gets the list of previous runs.
Public property Schedules
Gets the list of schedules.
Public property Type
Gets the .Net type that performs the job.
Public property UserName
Gets the user that is used to run this job.

Protected Properties

  Name Description
Protected property PreviousRunsWritable
Gets a writable list of previous runs.

See Also

Advanced