JAMS 6.x Help
IsSubJob Property


Returns true if this is not a top level entry such as if this is a SetupJob or a Job initiated by another entry.
Syntax
'Declaration
 
Public ReadOnly Property IsSubJob As System.Boolean
'Usage
 
Dim instance As JobDetailArgs
Dim value As System.Boolean
 
value = instance.IsSubJob
public System.bool IsSubJob {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

JobDetailArgs Class
JobDetailArgs Members