Block until all the tasks of the queue have been marked as finished * * @return Status code */
| 477 | * @return Status code |
| 478 | */ |
| 479 | StatusCode finish() |
| 480 | { |
| 481 | return detail::as_enum<StatusCode>(AclQueueFinish(_object.get())); |
| 482 | } |
| 483 | }; |
| 484 | |
| 485 | /**< Data type enumeration */ |
nothing calls this directly
no test coverage detected