This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines how jobs in a group are run.

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

Syntax

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

Members

Member nameDescription
Parallel
Jobs in a group run parallel.
Sequential
Jobs in a group run sequential.

See Also

Smartsite.Core Namespace
Advanced