This command gives a feedback, if the application is started on a Virtual Machine.
Name |
RunsOnVirtualMachine |
||||||||||||||
Purpose |
This command allows to find out, if the application is running on a virtual machine. |
||||||||||||||
Params |
None |
||||||||||||||
Returncode |
|
||||||||||||||
Usage |
Allows to implement a different program logic for virtual machines, e.g. don't allow to start the application or use regular online checks |
||||||||||||||
Sample |
iRes := lic.RunsOnVirtualMachine; if iRes <> 0 then << Virtual Machine>> ... end |
||||||||||||||
See also |
See also
Virtual Machine