Method Summary
| getName ( ) → name |
Returns the name of the primary application. |
| getProperties ( ) → Array.<ToiApplicationService.ToiApplicationProperty> |
Returns the properties of the primary application. |
| stop ( ) |
Stops the primary application. Once the primary application has stopped it will restart if its 'AutoRestart' property has been set to true. |
Methods
Returns the name of the primary application.
Returns:
-
Type: string
The name of the primary application.
Returns the properties of the primary application.
Returns:
-
Type: Array.<ToiApplicationService.ToiApplicationProperty>
The properties of the primary application.
Stops the primary application. Once the primary application has stopped it will restart if its 'AutoRestart' property has been set to true.