OperationFinishedEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class OperationFinishedEventArgs extends BaseIndexEventArgs
Represents arguments for the event of the indexing operation is finished.
Learn more
| Method | Description |
|---|---|
| getMessage() | Gets the message. |
| getOperationType() | Gets the operation type. |
public final String getMessage()
Gets the message.
Returns: java.lang.String - The message.
public final OperationType getOperationType()
Gets the operation type.
Returns: OperationType - The operation type.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.