IsPackageStarted

From Onset Developer Wiki
Revision as of 16:08, 10 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Checks whether a package is started.}} {{FuncSyntax|IsPackageStarted(PackageName)}} {{FuncParameters}} {{FuncParam|PackageNam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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__