abstract fun bookmarkStatus(bookmark: Bookmark!): Future<BookmarkStatus!>!
Obtain an object to observe and act on the given state of Bookmark during the action execution.
bookmark
- Bookmark!: The Bookmark to observe / act on
Return
Future<BookmarkStatus!>!: An object allowing to observe / modify the runtime properties of the Bookmark.
Future on error when:
Since
1