Skip to content

Commit 03fbde9

Browse files
Update script header : RunVBRJob.ps1
1 parent 87bc390 commit 03fbde9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RunVBRJob.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
.DESCRIPTION
66
Runs the specified VBR Job. The job status can be obtained via log file
77
and/or exit code of the script.
8-
Version: 0.5.1
8+
Version: 0.5.2
99
1010
Exit codes:
1111
0: Job finished with Success status.
1212
1: Job finished with Failed status.
1313
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).
1515
8: Unknown.
1616
*: Other errors. ie: non-existent JobName, syntax errors, etc.
1717
@@ -33,7 +33,7 @@
3333
No logging is done if neither Log nor Set_Log are set.
3434
3535
.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.
3737
3838
.PARAMETER NoExec
3939
(Alias -n) Do not execute Job but only return the result of last session.

0 commit comments

Comments
 (0)