IsPackageStarted

From Onset Developer Wiki
Revision as of 17:12, 30 December 2020 by BlueMountains (talk | contribs)
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