The ADSDisplayProperties enumeration contains numeric values for the properties of a job. It is used to define the properties that users of the Schedule Administrator are permitted to modify on a job created by a client application.
Enumeration |
Value |
Description |
ADS_PROP_DESCRIPTION |
0 |
All controls are disabled. |
ADS_PROP_DESCRIPTION |
0x00000001 |
The Description property. |
ADS_PROP_APPLICATION |
0x00000002 |
The Application property. |
ADS_PROP_COMMANDLINE |
0x00000004 |
The CommandLine property. |
ADS_PROP_STARTUPDIR |
0x00000008 |
The StartupDirectory property. |
ADS_PROP_ALLOW_INTERACTION |
0x00000010 |
The Interactive property (labeled "Allow program to interact with the desktop" in the Administrator). |
ADS_PROP_RUN_TYPE |
0x00000020 |
The UseSystemAccount property (labeled "Run under local system account" in the Administrator). |
ADS_PROP_RUN_ACCOUNT |
0x00000040 |
|
ADS_PROP_PRIORITY |
0x00000080 |
The Priority property. |
ADS_PROP_GENERAL |
0x00000105 |
All properties on the General page in the Administrator (plus the UseSystemAccount property, which was previously located on the General page). Equivalent to combining all of the above properties. |
ADS_PROP_ENABLED |
0x00000100 |
The Enabled property. |
ADS_PROP_RUNONSTARTUP |
0x00000200 |
The RunOnStartup property. |
ADS_PROP_RUNASSCHEDULED |
0x00000400 |
The RunAsScheduled property. |
ADS_PROP_RUNIFLASTMISSED |
0x00000800 |
The RunIfLastMissed property. |
ADS_PROP_RUNHOLIDAYS |
0x00001000 |
The NoHolidays and OnlyHolidays properties. |
ADS_PROP_SKIPIFRUNNING |
0x00200000 |
The SkipIfRunning property. |
ADS_PROP_SCHEDULE_MONTHS |
0x00002000 |
The Months selectors for all schedules. |
ADS_PROP_SCHEDULE_DAYS |
0x00004000 |
The Days selectors for all schedules. |
ADS_PROP_SCHEDULE_WDAYS |
0x00008000 |
The Weekdays selectors for all schedules. |
ADS_PROP_SCHEDULE_HOURS |
0x00010000 |
The Hours selectors for all schedules. |
ADS_PROP_SCHEDULE_MINUTES |
0x00020000 |
The Minutes selectors for all schedules. |
ADS_PROP_SCHEDULE_YEAR |
0x01000000 |
The Year controls for all schedules. |
ADS_PROP_SCHEDULE |
0x0123FF00 |
All controls on the Schedule page of the Administrator. |
ADS_PROP_ACTIONS |
0x00400000 |
All controls on the Actions page of the Administrator. |
ADS_PROP_CONDITIONS |
0x00800000 |
All controls on the Conditions page of the Administrator. |
ADS_PROP_MONITORING |
0x00040000 |
All of the Monitoring options on the Advanced page of the Administrator. |
ADS_PROP_LOGGING |
0x00080000 |
All of the Logging options on the Advanced page of the Administrator. |
ADS_PROP_ADVANCED |
0x000C0000 |
All controls on the Advanced page of the Administrator. |
ADS_PROP_NETWORK |
0x00100000 |
All controls on the Network page of the Administrator. |
ADS_PROP_ALL |
0xFFFFFFFF |
All controls. |