Bitrix API

GroupQueueService implements GroupQueueServiceInterface

Table of Contents

Interfaces

GroupQueueServiceInterface

Methods

addToDB()  : mixed
Add current process to database
isEntityProcessed()  : mixed
isReleased()  : bool
check that group is released
releaseGroup()  : mixed
release current process by entity and type

Methods

addToDB()

Add current process to database

public addToDB(int $type, int $entityId, int $groupId) : mixed
Parameters
$type : int
$entityId : int
$groupId : int
Tags
throws
Exception

isEntityProcessed()

public isEntityProcessed(int $type, int $entityId) : mixed
Parameters
$type : int
$entityId : int

isReleased()

check that group is released

public isReleased(int $groupId) : bool
Parameters
$groupId : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
bool

releaseGroup()

release current process by entity and type

public releaseGroup(int $type, int $entityId, int $groupId) : mixed
Parameters
$type : int
$entityId : int
$groupId : int
Tags
throws
Exception

        
On this page

Search results