Home Index classes Index static functions Index enumerations Index structure types

{Process|_launched}


CLASS {Process|_launched} , UNTESTED, NATIVE:



IMPORT : {NATIVE_process} .

     

FUNCTION Create|_process (
     
STR App|lication_path ,
     
STR Param|eters ,
     
BOOL Visible|_window ) ==> {Process} , NATIVE , NEW



FUNCTION Run_as|_another_user (
     
STR App|lication_path ,
     
STR Param|eters ,
     
BOOL Visible|_window ) ==> {Process} , NATIVE , NEW



FUNCTION Ended|_check_process (
     
{Process} P|rocess_checking ) ==> BOOL , NATIVE



FUNCTION Terminate ( {Process} P|rocess_to_terminate ) , NATIVE



FUNCTION Release|_pid ( {Process} P|rocess_to_release ) , NATIVE


END