setLock
The setLock function is used to "set a lock" telling Jamroom that the profile's information has changed, and the profile should be rebuilt.
bool
setLock
(integer $band_id, [bool $mode = false], [bool $_band = false], [bool $force = false])
-
integer
$band_id: Band_ID to set rebuild lock for
-
bool
$mode: DEPRECATED - always set to "false"
-
bool
$_band: DEPRECATED - always set to "false"
-
bool
$force: DEPRECATED - always set to "false"
|