"Wong Vincent" <[EMAIL PROTECTED]> wrote
> Hi. Does python provide any API to pause,
> stop or reset the virtual machine?
Can you explain a little bit more about what you mean?
Are those 3 separate things? If so whjat is the difference
between stop and pause? Does reset mean restart the
runni
05 Şub 2007 Pts 04:56 tarihinde, Wong Vincent şunları yazmıştı:
> Dear tutors,
> Hi. Does python provide any API to pause, stop or reset the virtual
> machine? Am currently building an application which will run a script file
> using os.popen(). In order to allow user to run, stop and pause th
Dear tutors,
Hi. Does python provide any API to pause, stop or reset the virtual machine?
Am currently building an application which will run a script file using
os.popen().
In order to allow user to run, stop and pause the application, is it
advisable to do the abovementioned? or is ther