Name: Anonymous 2007-09-04 15:57 ID:qFo7mjwJ
I'll tell you how right after my program has finished determining if it will halt or not
def LaunchProgram(program):
handler = Launch(program)
sleep(10000)
KillProcess(handler)
def WillProgramHalt(program):
return True