Show/Hide Toolbars

Licence Protector 5

 

Closes the license file and terminates the testing. Should be used at the end of the application.

 

Name

Quit                                                                                                      

Purpose

Ends the usage of Licence Protector 5 and frees its used resources.

Params

None

Returncode

Returncode

Type Integer

Note

0

The license file was successfully closed

Other return codes

Prepare failed, see list of return codes

Usage

Important function in order to end the usage of Licence Protector 5. Generally used at closing the application.

Sample

 

  iRes := lic.Quit;

  << ignore the result and continue closing the application >>

  ...

See also

Prepare, Validate

 

 

For concurrent user testing quit may be used only at the end of the application. It removes all users from all modules. If you want to terminate the user of a single module  (only in concurrent user mode), use the command StopConcurrentUsage.