The objects described in this section (Application API for Java) are obsolete from v2012 onwards.
For information about how to access the Application API from Java code, see the section: Programming Languages | Java. |
public class SPYApplicationStatus
{
public final static long spyApplicationStatus_Running |
= 0; |
|
public final static long spyApplicationStatus_AfterLicenseCheck |
= 1; |
|
public final static long spyApplicationStatus_BeforeLicenseCheck |
= 2; |
|
public final static long spyApplicationStatus_ConcurrentLicenseCheckFailed |
= 3; |
|
public final static long spyApplicationStatus_ProcessingCommandLine |
= 4; |
}