| Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION. |
| IPQTask Interface |
| Description: IPQTask Interface |
| IID: {88FB3511-FDF0-40D3-92B9-771E9EBB6544} |
| VT_BSTR | DisplayName | Read | Generated name of current Task properties. |
| VT_BSTR | Description | Read Write | Short, user-defined description of Task. |
| VT_BSTR | ID | Read Write | Unique, automatically generated ID. |
| VT_BOOL | Enabled | Read Write | Whether the Task is enabled (will execute as scheduled). |
| VT_DATE | StartDateTime | Read Write | When the Task should begin executing (GMT). |
| VT_DATE | EndDate | Read Write | When the Task should stop executing. |
| VT_DATE | LastExecuted | Read Write | Most recent successful execution date/time for the Task. |
| eINTERVAL | RepeatInterval | Read Write | How often the Task repeats. |
| VT_R8 | RepeatOn | Read Write | Repeat day(s) for Weekly & Monthly schedules (bit field). 0-6 for weekdays, 0-31 for days of the month 31 being the LAST day of any month. |
| VT_DATE | NextRunTime | Read | The next date/time the Task is scheduled to execute. |
| VT_DISPATCH | Constants | Read | Named constants for scripting. See VProSchedulerConstants. |
| VT_DATE | RepeatHourEndTime | Read Write | Time to stop repeating the Task within a day. |
| VT_BSTR | ExpandedDisplayName | Read | A more complete generated description of current Task properties. |
| VT_DATE | StartDateTimeLocal | Write | When the Task should begin executing (local time). |
| VT_DATE | EndDateLocal | Write | When the Task should stop executing.(local time |
| VT_DATE | RepeatHourEndTimeLocal | Write | Time to stop repeating the Task within a day. (localtime) |
| VT_VOID Validate | Validates current properties to ensure integrity. |
| VT_VOID SetClientTimeZone | Adjusts date/time to client time zone. Call only after setting StartDateTime. |
| VT_VOID AddRepeatDay(VT_I2 val) | Adds a day to the repeatOn bit field, 0-6 for weekdays, 0-31 for days of the month 31 being the LAST day of any month. |
| VT_VOID ClearRepeatDays | Removes all days from the repeatOn bit field. |
| VT_VOID SetRepeatHourInterval(VT_I2 val) | Set the repeation interval in hours for a Task to execute in a day.Takes hours(HH) as parameter. |
| VT_VOID GetRepeatHourInterval(VT_I2 pVal) | Get the repeation interval in hours for a Task to execute in a day.Takes hours as(HH) parameter. |
| Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved. |