Kernel::WebApp::Controller::API::Frontend::Agent::BoardView::Property::Base

Table of Contents

NAME

Kernel::WebApp::Controller::API::Frontend::Agent::BoardView::Property::Base – Base class for all API Boardview Property endpoints.

ObjectLockSet()

Checks for an existing lock for the current object otherwise create a new one.

    my $Lock = $Self->ObjectLockSet(
        LockID = 'AnyString',
    );

Return Values:

    1     - Successful lock.
    0     - No lock.
Scroll to Top