Skip to content

Commit 5cc0141

Browse files
committedMar 6, 2019
remove non-working retainjobfailures param from Invoke-JSMProcessingLoop
1 parent 91abbb4 commit 5cc0141

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎Functions/Invoke-JSMProcessingLoop.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ function Invoke-JSMProcessingLoop
1717
,
1818
[switch]$Interactive
1919
,
20-
[switch]$RetainJobFailures
21-
,
2220
[switch]$RestartStopwatch
2321
,
2422
[switch]$LoopOnce

‎Issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- [ ] need a check for non-completed but no longer running JF jobs (JF = Job Framework, rightnow just poshrsjob)
88
- [ ] Consider adding job variable tracking - created, removed, currently existing. and being able to temporarially suppress removal for T/S
99
- [ ] fix Invoke-JSMProcessingLOop restartstopwatch parameter
10-
- [ ] remove Invoke-JSMProcessingLOop retainjobfailures parameter
10+
- [x] remove Invoke-JSMProcessingLOop retainjobfailures parameter

0 commit comments

Comments
 (0)
Please sign in to comment.