Lock::get_lock()

Summary

No summary available.

Source

File: src/BigCommerce/Import/Runner/Lock.php

	public function get_lock() {
		return (float) $this->get_option( self::OPTION, 0 );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.