Interface IIsTerminatedEvent
Is terminated event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IIsTerminatedEvent : IRecordSetEvent, IEntityEvent, IHostSessionEvent, IModelEvent, IEvent
Remarks
Is terminated event information. See IsTerminated(IIsTerminatedEvent)
Properties
CurrentRecordSetScreen
Fetches all records (including blank, repeated, filtered etc) on the current screen.
Declaration
IRecordSetScreen CurrentRecordSetScreen { get; }
Property Value
Type | Description |
---|---|
IRecordSetScreen | the records on the current screen |
DefaultTerminated
Gets the result of VHI's default termination logic as defined in the model.
Declaration
bool DefaultTerminated { get; }
Property Value
Type | Description |
---|---|
bool | True if VHI determined that scrolling is terminated. |
ScrollDirection
Gets the direction VHI is checking for scroll termination.
Declaration
ScrollDirection ScrollDirection { get; }
Property Value
Type | Description |
---|---|
ScrollDirection | One of the values from the ScrollDirection enumeration. |