Navigation:  Function Reference >

SetCheckInterval

Previous pageReturn to chapter overviewNext page

 

Name

SetCheckInterval                                                                                          

Purpose

Sets the interval for automatic validates in a concurrent user module.

Params

Parameter

Type

Example

Note

ModuleID

String

D1006

Unique ModuleID of a concurrent user module

Interval

Integer

120

The interval in seconds

Returncode

Returncode

Type Integer

Note

0

Interval successfully set

> 0

Error occurred, see list of return codes

Usage

To change the current checking interval.

Sample

 

  iRes := lic.SetCheckInterval (D1006, 120);

  if iRes <> 0 then

  begin

     << an error occurred >>

     ...

  end

  else

  begin

     << interval successfully set to 2 minutes >>

     ...

See also

Concurrent user, CheckInterval

.

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?fr_setcheckinterval.htm