For internal use by adTempus.
enum LogonSessionTypeEnum { Unspecified = 0, Interactive = 1, Console = 2, Hidden = 3, Specified = 4 };
public enum LogonSessionTypeEnum { Unspecified = 0, Interactive = 1, Console = 2, Hidden = 3, Specified = 4 }
Public Enum LogonSessionTypeEnum Unspecified = 0 Interactive = 1 Console = 2 Hidden = 3 Specified = 4 End Enum
Members |
Description |
Unspecified = 0 |
No value specified |
Interactive = 1 |
Run the job in the user's interactive session |
Console = 2 |
Run the job in the console session |
Hidden = 3 |
Run the job non-interactively |
Specified = 4 |
Run the job in the specified session |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|