UserInteractionMode Enumeration
In This Topic
Specifies the user interaction mode for a job.
Syntax
Members
Member | Value | Description |
Hidden | 1 |
The job runs in a hidden session.
|
InteractivePreferred | 2 |
The job runs in an interactive session if possible, or a hidden session otherwise.
|
InteractiveRequired | 3 |
The job runs in an interactive session. If no interactive session is available, the job fails.
|
SpecifiedSessionPreferred | 5 |
The job runs in the specified session if available
|
SpecifiedSessionRequired | 4 |
The job must run in the specified session
|
Unspecified | 0 |
Mode unspecified
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.UserInteractionMode
See Also