This is an archive version of the document. To get the most up-to-date information, see the current version.

VBRJobScriptOptions

In this article

    This object contains job scripts options.

    Related Commands

    New-VBRJobScriptOptions

    Properties

    Property

    Type

    Description

    PreScriptEnabled

    bool

    Indicates if a script must run before job (TRUE) or not (FALSE).

    PreCommand

    string

    The path to the script.

    PostScriptEnabled

    bool

    Indicates if a script must run after job (TRUE) or not (FALSE).

    PostCommand

    string

    The path to the script.

    Days

    DaysOfWeek[]

    The days of week when the script must run (the Days mode).

    Periodicity

    VBRPeriodicityType

    The script run mode: after a set number of job runs (Cycles) or on set days (Days).

    Frequency

    UInt

    The number of job runs after which the script must run (the Cycles mode).