sp_runTask.h 333 B

12345678910111213141516171819
  1. #ifndef SP_RUNTASK_H
  2. #define SP_RUNTASK_H
  3. #pragma once
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. SPBASE_API int sp_runtask_killprocess();
  8. SPBASE_API int sp_runtask_startprocess();
  9. SPBASE_API int sp_runtask_loadLogLevel();
  10. SPBASE_API void sp_tryquickStartCef();
  11. #ifdef __cplusplus
  12. } // extern "C" {
  13. #endif
  14. #endif // SP_RUNTASK_H