Contents

service

Services the queue.

Declaration

virtual bool service(
 IOOptionBits options = 0) = 0;

Parameters

  • options:

    Options for the service request.

Return Value

Returns a return value to indicate the service result.

Overview

Manage the queue after it has been started.

See Also

Miscellaneous