Interface: NetworkLicenseStatusManager

Interfaces > Core Interfaces > NetworkLicenseStatusManager

 

   

Core Interfaces - Quick Navigation

The NetworkLicenseStatusManager Core Interface introduced in 3ds Max 2011 exposes methods for control and query the Network License Status Manager.

   

Interface: NetworkLicenseStatusManager 

Properties:

NetworkLicenseStatusManager.minimumIdleDuration : float : Read|Write|Validated by Range: 120.0 to 10000.0 	 

Get/set the minimum idle duration value.

   

Methods:

<bool>NetworkLicenseStatusManager.IsBusy()   

Returns true if the Network License Status Manager is busy.

   

<float>NetworkLicenseStatusManager.SetBusy() 

Sets the Network License Status Manager to busy.

   

<float>NetworkLicenseStatusManager.Lock() 

Sets the Network License Status Manager to locked.

   

<float>NetworkLicenseStatusManager.Unlock() 

Sets the Network License Status Manager to unlocked.

   

<bool>NetworkLicenseStatusManager.IsLocked() 

Returns true if the Network License Status Manager is locked, false of it is not.

   

<bool>NetworkLicenseStatusManager.IsPaused() 

Returns true if the Network License Status Manager is paused, false of it is not.

   

<float>NetworkLicenseStatusManager.GetLastStampDuration() 

Returns the last stamp duration.