![]() | ![]() | ![]() |
| ||
|
TASKPAGE
typedef enum _TASKPAGE{ TASKPAGE_TASK = 0, TASKPAGE_SCHEDULE = 1, TASKPAGE_SETTINGS = 2 }TASKPAGE;Defines characteristics of a task object property. The enumeration values are used in the tpType parameter of the IProvideTaskPage::GetPage function.
- TASKPAGE_TASK
- Application name.
- Parameters to be passed to the application.
- Working directory.
- Comment information.
- Windows NT only Account name and password.
- TASK_TRIGGER_FLAG_DISABLED flag.
- TASKPAGE_SCHEDULE
- Schedule properties for the task object. The user can create and delete task triggers from this page, and edit all of the properties for each of the triggers.
- TASKPAGE_SETTINGS
- TASK_FLAG_DELETE_WHEN_DONE flag.
- MaxRunTime of the task.
- Windows 95 only IdleWait.
- Windows 95 only TASK_FLAG_START_ONLY_IF_IDLE flag.
- Windows 95 only TASK_FLAG_KILL_ON_IDLE_END flag.
- Windows 95 only TASK_FLAG_DONT_START_IF_ON_BATTERIES flag.
- Windows 95 only TASK_FLAG_KILL_IF_GOING_ON_BATTERIES flag.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.