plugins_installed Method
Return list of installed plugins and info such as new version
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<plug_item> plugins_installed() |
VB |
Public Shared Function plugins_installed As List(Of plug_item) |
Return Value
Type: List(plug_item)List of installed plugins as type plug_item, List(Of plug_item)
See Also
functions Class
Scheduler Namespace