public class OperationFinishedEventArgs extends BaseIndexEventArgs
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
OperationFinishedEventArgs(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message)
Initializes a new instance of the
OperationFinishedEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static OperationFinishedEventArgs |
create(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message) |
String |
getMessage()
Gets the message.
|
OperationType |
getOperationType()
Gets the operation type.
|
create, getIndexFolder, getIndexId, getStatus, getTimeprotected OperationFinishedEventArgs(OperationType operationType, com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String message)
Initializes a new instance of the OperationFinishedEventArgs class.
operationType - The operation type.indexId - The index ID.indexFolder - The index folder.status - The status.message - The message.protected static OperationFinishedEventArgs create(OperationType operationType, com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String message)
public final String getMessage()
Gets the message.
public final OperationType getOperationType()
Gets the operation type.
Copyright © 2026. All rights reserved.