Tizen Native API  6.5
job_service_callback_s Struct Reference

Public Attributes

job_service_start_cb start
job_service_stop_cb stop

Detailed Description

The structure type containing the set of callback functions for handling jobs.

It is one of the input parameter of the job_scheduler_service_add() function.

Since :
4.0
See also:
job_scheduler_service_add()
job_service_start_cb()
job_service_stop_cb()

Member Data Documentation

This callback function is called at the start of the job.

This callback function is called at the stop of the job.