dtSearch.Engine.JobBase
|
dtSearch.Engine.IndexJob
|
dtSearch.Engine.ListIndexJob
|
dtSearch.Engine.OutputBase
|
dtSearch.Engine.SearchJob
C#
public class JobBase : DisposableObject;
Remarks
Topics
Topic |
Description |
---|---|
The following tables list the members exposed by JobBase. | |
The methods of the JobBase class are listed here. | |
The properties of the JobBase class are listed here. |
JobBase Methods
JobBase Methods |
Description |
---|---|
True if any errors occurred during execution of the job. Check the JobErrorInfo Errors object for details. |
JobBase Properties
JobBase Properties |
Description |
---|---|
Contains any errors that occurred during execution of the job. | |
Set to a non-zero value to make the job terminate automatically after a specified number of seconds. |
See Also