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 ScheduledJobGroup
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ScheduledJobGroup

The type exposes the following members.

Public Methods

  Name Description
Public method Dispose
Disposes this instance.
(Inherited from ScheduledJob.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Kill
Attempts to kill the job group.
(Overrides ScheduledJob..::Kill()()()().)
Public method Run Overloaded.
Public method Stop Overloaded.
Public method ToString (Inherited from Object.)
Public method Wait
Waits until this job is finished.
(Inherited from ScheduledJob.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

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

Protected Properties

  Name Description
Protected property PreviousRunsWritable
Gets a writable list of previous runs.
(Inherited from ScheduledJob.)

Public Events

  Name Description
Public event Started
Fired when a scheduled job has started.
(Inherited from ScheduledJob.)
Public event Stopped
Fires when a scheduled job has stopped.
(Inherited from ScheduledJob.)

See Also

Advanced