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
So far the RunScriptFile call returns a streamed string.
In order to allow more flexible and generic return types, we need to change this return to a bytes stream, which is handled by the StreamPackage structure.