File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
. DESCRIPTION
6
6
Runs the specified VBR Job. The job status can be obtained via log file
7
7
and/or exit code of the script.
8
- Version: 0.5.1
8
+ Version: 0.5.2
9
9
10
10
Exit codes:
11
11
0: Job finished with Success status.
12
12
1: Job finished with Failed status.
13
13
2: Job finished with Warning.
14
- 4: The job has never been run yet ("None" status).
14
+ 4: No job record is available or pending ("None" status).
15
15
8: Unknown.
16
16
*: Other errors. ie: non-existent JobName, syntax errors, etc.
17
17
33
33
No logging is done if neither Log nor Set_Log are set.
34
34
35
35
. PARAMETER NoLog
36
- Disable logging even if $Sset_Log parameter is set or Log option is passed .
36
+ Disable logging, even if a log file is specified .
37
37
38
38
. PARAMETER NoExec
39
39
(Alias -n) Do not execute Job but only return the result of last session.
You can’t perform that action at this time.
0 commit comments