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}
Properties
VT_BSTRDisplayName ReadGenerated name of current Task properties.
VT_BSTRDescription Read WriteShort, user-defined description of Task.
VT_BSTRID Read WriteUnique, automatically generated ID.
VT_BOOLEnabled Read WriteWhether the Task is enabled (will execute as scheduled).
VT_DATEStartDateTime Read WriteWhen the Task should begin executing (GMT).
VT_DATEEndDate Read WriteWhen the Task should stop executing.
VT_DATELastExecuted Read WriteMost recent successful execution date/time for the Task.
eINTERVALRepeatInterval Read WriteHow often the Task repeats.
VT_R8RepeatOn Read WriteRepeat 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_DATENextRunTime ReadThe next date/time the Task is scheduled to execute.
VT_DISPATCHConstants ReadNamed constants for scripting. See VProSchedulerConstants.
VT_DATERepeatHourEndTime Read WriteTime to stop repeating the Task within a day.
VT_BSTRExpandedDisplayName ReadA more complete generated description of current Task properties.
VT_DATEStartDateTimeLocal WriteWhen the Task should begin executing (local time).
VT_DATEEndDateLocal WriteWhen the Task should stop executing.(local time
VT_DATERepeatHourEndTimeLocal WriteTime to stop repeating the Task within a day. (localtime)
Methods
VT_VOID ValidateValidates current properties to ensure integrity.
VT_VOID SetClientTimeZoneAdjusts 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 ClearRepeatDaysRemoves 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.

Home


Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved.