File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ if ($this.Output.Count -gt 0) {
20
20
}
21
21
</Script >
22
22
</ScriptMethod >
23
+ <ScriptMethod >
24
+ <Name >Receive</Name >
25
+ <Script >
26
+ $this | Receive-Job -Keep -ErrorAction Ignore
27
+ </Script >
28
+ </ScriptMethod >
23
29
<ScriptMethod >
24
30
<Name >Send</Name >
25
31
<Script >
@@ -86,6 +92,12 @@ if ($this.Output.Count -gt 0) {
86
92
}
87
93
</Script >
88
94
</ScriptMethod >
95
+ <ScriptMethod >
96
+ <Name >Receive</Name >
97
+ <Script >
98
+ $this | Receive-Job -Keep -ErrorAction Ignore
99
+ </Script >
100
+ </ScriptMethod >
89
101
<ScriptMethod >
90
102
<Name >Send</Name >
91
103
<Script >
@@ -183,6 +195,12 @@ if ($this.Output.Count -gt 0) {
183
195
}
184
196
</Script >
185
197
</ScriptMethod >
198
+ <ScriptMethod >
199
+ <Name >Receive</Name >
200
+ <Script >
201
+ $this | Receive-Job -Keep -ErrorAction Ignore
202
+ </Script >
203
+ </ScriptMethod >
186
204
</Members >
187
205
</Type >
188
206
</Types >
You can’t perform that action at this time.
0 commit comments