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

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum ScheduledJobState
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ScheduledJobState

Members

Member nameDescription
NotStarted
The job is not yet started.
Running
The job is running.
Completed
The job has succesfully completed.
Stopped
The job has been stopped.
Killed
The job was killed.
Exception
An exception occurred while running the scheduled job.

See Also

Smartsite.Core Namespace
Advanced