JAMS 6.x Help
Proxy Property (CurJob)


True if the process which is running this Job is a proxy. A proxy process runs a Job on a system not monitored by a JAMS Agent. In this case the statistics associated with the proxy process do not represent those of the real Job.
Syntax
'Declaration
 
Public Property Proxy As System.Boolean
'Usage
 
Dim instance As CurJob
Dim value As System.Boolean
 
instance.Proxy = value
 
value = instance.Proxy
public System.bool Proxy {get; set;}
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

CurJob Class
CurJob Members