tryLock method

bool tryLock()

Implementation

bool tryLock() {
    var result = lib.tryLock(toCpp(), );
    return result;
}