pub fn checkout_license(
duration: Duration,
) -> Result<bool, EnterpriseCheckoutError>
Expand description
Initialize the enterprise server connection to check out a floating license. Result value is if we actually checked out a license (i.e. Ok(false) means we already have a license checked out and will not need to release it later)