Mod
This commit is contained in:
		@@ -1,2 +1,7 @@
 | 
				
			|||||||
# This is a template for multi-threaded stuff, or at least it should be...
 | 
					# This is a template for multi-threaded stuff, or at least it should be...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# We start a new job and store it in a variable to be able to display said job later by invoking the variable in the Receive-Job cmdlet.
 | 
				
			||||||
 | 
					$Job = Start-Job -ScriptBlock {Write-Output 'Hello World'}
 | 
				
			||||||
 | 
					Receive-Job $Job # Will display Hello World in the cmd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user