Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchEngineImportScheduledTask interface contains properties and methods that are used to work with the Updating Search Index scheduled tasks container task.
ISearchEngineImportScheduledTask
| Property name | Brief description | |
| Engine | The Engine property determines the search service used for processing. | |
| ImportContext | The ImportContext property determines a context with object indexing settings. | |
| IsSharedEngine | The IsSharedEngine property returns whether search service configured for the repository is used. |
| Property name | Brief description | |
| The Properties property returns task parameters. | ||
| The State property returns task state at the current moment. |
| Method name | Brief description | |
| CreateInvokeEvent | The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container. | |
| ExecuteImmediate | The ExecuteImmediate method executes a task in the current repository. | |
| GetResults | The GetResults method returns task history. | |
| ResetResults | The ResetResults property resets results of task execution and marks it as Ready. |
See also: