JAMS 6.x Help
LicenseAllocated Property


Returns true if the JAMS Scheduler has allocated a license for the agent.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<System.ComponentModel.DescriptionAttribute("Returnes true if the JAMS Scheduler has allocated a license for the agent.")>
Public ReadOnly Property LicenseAllocated As System.Boolean
'Usage
 
Dim instance As Agent
Dim value As System.Boolean
 
value = instance.LicenseAllocated
[System.ComponentModel.Category()]
[System.ComponentModel.Description("Returnes true if the JAMS Scheduler has allocated a license for the agent.")]
public System.bool LicenseAllocated {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members

Send Feedback