JAMS 6.x Help
KeepLogs Property (CurJob)


Gets the KeepLogs property. When set to true, the Job's log file is kept upon completion.
Syntax
'Declaration
 
Public Property KeepLogs As System.Boolean
'Usage
 
Dim instance As CurJob
Dim value As System.Boolean
 
instance.KeepLogs = value
 
value = instance.KeepLogs
public System.bool KeepLogs {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