VBRJobScriptOptions
Contains job scripts options.
Properties
|
Property |
Type |
Description |
|---|---|---|
|
PreScriptEnabled |
bool |
Indicates if a script must run before job (TRUE) or not (FALSE). |
|
PreCommand |
string |
Path to pre-job script. |
|
PostScriptEnabled |
bool |
Indicates if a script must run after job (TRUE) or not (FALSE). |
|
PostCommand |
string |
Path to post-job script. |
|
Days |
DaysOfWeek[] |
The days of week when the script must run (the Days mode). |
|
Periodicity |
Script run mode. |
|
|
Frequency |
UInt |
The number of job runs after which the script must run (the Cycles mode). |
Related Commands