Cursor.isDisposed

Returns <code>true</code> if the cursor has been disposed, and <code>false</code> otherwise. <p> This method gets the dispose state for the cursor. When a cursor has been disposed, it is an error to invoke any other method using the cursor.

@return <code>true</code> when the cursor is disposed and <code>false</code> otherwise

class Cursor
override
bool
isDisposed
(
)

Meta