NAME

gc_smartlock_status - Returns the locking status.

SYNOPSIS

#include <game-carrier/common.h>

enum gc_smartlock_status {
    SMART_LOCK_OK,
    SMART_LOCK_DESTROYED
};

DESCRIPTION

Name Value Description
SMART_LOCK_OK 0 This constant indicates that the smart lock was successfully acquired. It signifies that the requested lock operation was completed without any issues.
SMART_LOCK_DESTROYED 1 This constant indicates that the smart lock was not successfully acquired. It suggests that the lock operation failed to complete, possibly due to conflicting requests or other issues.

SEE ALSO

smartLock, smartLockCreate, smartLockDestroy