I want to manage the start time of an Application directly in my scripts. Right now call creates an Application and starts it automatically. This change leaves that functionality intact, but adds a new 'new' method which does the same thing as call, but doesn't start the process automatically.
I want to manage the start time of an Application directly in my scripts. Right now call creates an Application and starts it automatically. This change leaves that functionality intact, but adds a new 'new' method which does the same thing as call, but doesn't start the process automatically.