You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. powerShellStart() and powerShellRelease() functions start and close a PowerShell process that may be running after some time (especialy on weak PC). Now in promise chain I can't get any status of running; and I can't know when PowerShell process was ready to work.
Describe the solution you'd like
remake current functions or add new Promise-based variant of reailzation powerShellStart() that allow run this way:
Is your feature request related to a problem? Please describe.
powerShellStart()
andpowerShellRelease()
functions start and close a PowerShell process that may be running after some time (especialy on weak PC). Now in promise chain I can't get any status of running; and I can't know when PowerShell process was ready to work.Describe the solution you'd like
remake current functions or add new Promise-based variant of reailzation powerShellStart() that allow run this way:
Describe alternatives you've considered
Now I have to write something like this:
The text was updated successfully, but these errors were encountered: