進程腳本模塊
2022-09-13 17:41 2408 0
函數 gkl_json script_quit_app (const gkl_json ¶m, gkl_string &errorStr) 將當前進程關閉 更多... gkl_json script_run (const gkl_json ¶m, gkl_string &errorStr) 執行子腳本命令,cmd命令,命令的最后一個參數將返回當前腳本的端口號 更多... gkl_json api_default_param (const gkl_json ¶m, gkl_string &errorStr) 獲取命令 默認參數格式 更多... gkl_json script_enable_gui (const gkl_json ¶m, gkl_string &errorStr) 關閉ui事件響應 更多... 詳細描述函數說明◆ api_default_param()gkl_json api_default_param(const gkl_json & param,gkl_string & errorStr ) 獲取命令 默認參數格式 參見 參數 [in]string命令名字 返回 默認參數傳遞內容及格式 ◆ script_enable_gui()gkl_json script_enable_gui(const gkl_json & param,gkl_string & errorStr ) 關閉ui事件響應 參見 參數 [in]booltrue開啟回退記錄,false關閉回退記錄 ◆ script_quit_app()gkl_json script_quit_app(const gkl_json & param,gkl_string & errorStr ) 將當前進程關閉 參見 quit_app() 返回 ◆ script_run()gkl_json script_run(const gkl_json & param,gkl_string & errorStr ) 執行子腳本命令,cmd命令,命令的最后一個參數將返回當前腳本的端口號 參見 返回 |