IsPackageStarted: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Checks whether a package is started.}} {{FuncSyntax|IsPackageStarted(PackageName)}} {{FuncParameters}} {{FuncParam|PackageNam...")
 
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[ImportPackage]]
*[[StartPackage]]
*[[StopPackage]]
*[[GetAllPackages]]
*[[GetPackageName]]
*[[IsPackageStarted]]
*[[GetPackageFiles]]

Revision as of 17:12, 30 December 2020

IsPackageStarted

Type: Function
Context: Server
Introduced: v1.0

Description

Checks whether a package is started.

Syntax

IsPackageStarted(PackageName)

Parameters

  • PackageName
    The name of the package.

Return Value

  • Returns true if the package is started.

Example

__EDIT_ME__

See also