KvGoBack

Last Updated2023-04-17
Created At2007-03-25

Jumps back to the previous position. Returns false if there are no previous positions (i.e., at the root node with an empty traversal stack). This should be called once for each successful Jump call, in order to return to the top node. This function pops one node off the internal traversal stack.

native bool KvGoBack(Handle kv)

Parameters

KeyValues Handle.

Return Value

bool True on success, false if there is no higher node.

Error

Invalid Handle.