Bitrix API

InstallStatus

Installer status

Used to monitor the current state of the installer.

Table of Contents

Methods

finish()  : void
Mark installation as finished.
inProgress()  : bool
The installer is still working.
start()  : void
Mark installation as started.

Methods

finish()

Mark installation as finished.

public static finish() : void

inProgress()

The installer is still working.

public static inProgress() : bool
Return values
bool

start()

Mark installation as started.

public static start() : void

        
On this page

Search results