Describes TimeBomb object's state


Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
Public Enum BombState
C#
public enum BombState
C++
public enum class BombState
J#
public enum BombState
JScript
public enum BombState

Members

Member NameDescription
NonStartedTimeBomb is not started and no registry records detected
TrialActiveTrial is running
TrialExpiredTrial has expired
HackedAn attempt of hacking was detected, or system time was changed out of trial limit

See Also