Packagecom.rosettastone.library.taskmanager
Classpublic class TaskManagerComponentInfo
InheritanceTaskManagerComponentInfo Inheritance Object

Used for retrieving information about the TaskManager component.



Public Methods
 MethodDefined By
  
[static] Returns the build version number of this component.
TaskManagerComponentInfo
  
[static] Returns the major version number of this component.
TaskManagerComponentInfo
  
[static] Returns the minor version number of this component.
TaskManagerComponentInfo
  
[static] Returns a string with the three version numbers, seperated by '.' - e.g.
TaskManagerComponentInfo
Method Detail
getBuildVersion()method
public static function getBuildVersion():int

Returns the build version number of this component.

Returns
int
getMajorVersion()method 
public static function getMajorVersion():int

Returns the major version number of this component.

Returns
int
getMinorVersion()method 
public static function getMinorVersion():int

Returns the minor version number of this component.

Returns
int
getVersionString()method 
public static function getVersionString():String

Returns a string with the three version numbers, seperated by '.' - e.g. 3.1.2 or 0.1.23

Returns
String