<-- Previous || Up || Next -->

Test Interval Property
Application Class

Public Property Get TestInterval() As Long

Get the current number of seconds allowed for elementary tests within some Entisoft Tools test, benchmark, and sample routines.

Example:
    ? est.TestInterval
     5
See also:
    ReportInterval Property
    MessageText Property
    ReviewMessageText Function

Public Property Let TestInterval(ByVal vSeconds As Long)

Set the current number of seconds allowed for elementary tests within some Entisoft Tools test, benchmark, and sample routines.

Example:
    est.TestInterval = 10
vSeconds: Number of seconds allowed for certain tests. vSeconds must be >= 0 (greater than or equal to zero) or else the Property will remain unchanged.
v1.1 BugFix: Changed the name of the argument from Seconds to vSeconds.

Return to ENTISOFT Home Page

Copyright © 1999-2005 Entisoft