#ifndef SP_RUNTASK_H #define SP_RUNTASK_H #pragma once #ifdef __cplusplus extern "C" { #endif SPBASE_API int sp_runtask_killprocess(); SPBASE_API int sp_runtask_startprocess(); SPBASE_API int sp_runtask_loadLogLevel(); SPBASE_API void sp_tryquickStartCef(); #ifdef __cplusplus } // extern "C" { #endif #endif // SP_RUNTASK_H