![]() |
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# |
![]() |
---|---|
public class ScheduledJob |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class ScheduledJob |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
![]() |
ConfigurationXml |
Gets a string containing the xml definition of this scheduled job.
|
![]() |
CurrentRun |
Gets the current run. Returns null if no job is currently running.
|
![]() |
DefaultParameters |
Gets the default parameters specified for this job.
|
![]() |
IsEnabled |
Returns true if the scheduled job is enabled.
|
![]() |
IsRunning |
Returns true if the job is currently running, false otherwise.
|
![]() |
Name |
Gets the name of the scheduled job.
|
![]() |
PreviousRuns |
Gets the list of previous runs.
|
![]() |
Schedules |
Gets the list of schedules.
|
![]() |
Type |
Gets the .Net type that performs the job.
|
![]() |
UserName |
Gets the user that is used to run this job.
|
Protected Properties
Name | Description | |
---|---|---|
![]() |
PreviousRunsWritable |
Gets a writable list of previous runs.
|
See Also
Smartsite.Core Namespace