simoncroak

Results 2 comments of simoncroak

I believe this is to do with the fact that the $finishScript here is blank/empty: https://github.com/SitecorePowerShell/Console/blob/fa730e2e0f8a8de55a15adc75e2c5ed2394c7b48/Modules/SPE/Wait-RemoteSitecoreJob.ps1#L54 Yet here it is being passed as part of an Invoke-RemoteScript call: https://github.com/SitecorePowerShell/Console/blob/fa730e2e0f8a8de55a15adc75e2c5ed2394c7b48/Modules/SPE/Wait-RemoteSitecoreJob.ps1#L87

My question is more why are we doing this at all? https://github.com/SitecorePowerShell/Console/blob/fa730e2e0f8a8de55a15adc75e2c5ed2394c7b48/Modules/SPE/Wait-RemoteSitecoreJob.ps1#L87