This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The event on which a ScheduledJob can be triggered.

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

Syntax

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

Members

Member nameDescription
Startup
The job is scheduled at startup.
Shutdown
The job is scheduled at shutdown.
Time
The job is scheduled at a specific time.

See Also

Smartsite.Core Namespace
Advanced