MessageCollector.end

End the callback.

class MessageCollector
@trusted
void
end
(
Message[] messages
)

Parameters

messages Message[]

an array of Message objects for the ending callback; these are stored in this.messages

Meta