StopPackage: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Stops a package during runtime. If a client downloads files from it, the download will be cancelled.}} {{FuncSyntax|StopPackag...")
(No difference)

Revision as of 16:07, 10 November 2019

StopPackage

Type: Function
Context: Server
Introduced: v1.0

Description

Stops a package during runtime. If a client downloads files from it, the download will be cancelled.

Syntax

StopPackage(PackageName)

Parameters

  • PackageName
    The name of the package.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also

__EDIT_ME__