Interface: NetworkLicenseStatusManager
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:
<boolean>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.
<boolean>NetworkLicenseStatusManager.IsLocked()
Returns true if the Network License Status Manager is locked, false of it is not.
<boolean>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.