Skip to main content

CheckInExtension

Summary

Returns the license to the License Manager so other applications can use it.

Discussion

Legacy:

Starting with ArcGIS Pro 3.7, the Concurrent Use license type is deprecated and no longer supported. As a result, this function no longer performs any action. The function is retained for backward compatibility with existing scripts, but has no effect, and is not required when running tools that use extension licenses.

Syntax

CheckInExtension(extension_code)

Parameter Explanation Data Type

extension_code

Specifies the extension product to be checked in.

String

Return value

Data Type Explanation

String

There are three possible returned values for CheckInExtension:

  • NotInitialized—No license has been set.

  • Failed—A system failure occurred during the request.

  • CheckedIn—The license has been returned successfully.