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 difference)

Revision as of 16:08, 10 November 2019

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

__EDIT_ME__