PriorityQueue::recoverFromCorruption

(Available since version 1.0)

PriorityQueue::recoverFromCorruptionRecover from the corrupted state

Description

public bool PriorityQueue::recoverFromCorruption ( void )

Recover from the corrupted state and allow further actions on the queue.

Parameters

This function has no parameters.

Return Values

TRUE.

To Top