changeStateOffloadingService

open override fun changeStateOffloadingService(serviceId: Int, state: Pipeline.State)

Changes the state of an OffloadingService by using offloadingServiceDao.

Parameters

serviceId

the unique identifier that represents a specific OffloadingService in the table.

state

the new state to be set for the OffloadingService.

See also